1 write to _fileHeaderStart
Microsoft.CodeAnalysis.CodeStyle (1)
FileHeader.cs (1)
57
_fileHeaderStart
= fileHeaderStart;
2 references to _fileHeaderStart
Microsoft.CodeAnalysis.CodeStyle (2)
FileHeader.cs (2)
102
return Location.Create(syntaxTree, new TextSpan(
_fileHeaderStart
, 0));
105
return Location.Create(syntaxTree, new TextSpan(
_fileHeaderStart
, _commentPrefixLength));