File tree Expand file tree Collapse file tree
StyleCop.Analyzers/StyleCop.Analyzers/Helpers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ internal static FileHeader MissingFileHeader
4949 }
5050
5151 /// <summary>
52- /// Gets or sets a value indicating whether the file header is missing.
52+ /// Gets a value indicating whether the file header is missing.
5353 /// </summary>
5454 /// <value>
5555 /// True if the file header is missing.
Original file line number Diff line number Diff line change @@ -67,15 +67,15 @@ internal static XmlFileHeader MalformedFileHeader
6767 }
6868
6969 /// <summary>
70- /// Gets or sets a value indicating whether the file header is missing.
70+ /// Gets a value indicating whether the file header is missing.
7171 /// </summary>
7272 /// <value>
7373 /// True if the file header is missing.
7474 /// </value>
7575 internal bool IsMissing { get ; private set ; }
7676
7777 /// <summary>
78- /// Gets or sets a value indicating whether the file header contains a properly formatted XML structure.
78+ /// Gets a value indicating whether the file header contains a properly formatted XML structure.
7979 /// </summary>
8080 /// <value>
8181 /// True if the file header is not properly formatted XML.
You can’t perform that action at this time.
0 commit comments