2 writes to _commentPrefixLength
Microsoft.CodeAnalysis.CodeStyle (2)
FileHeader.cs (2)
47
_commentPrefixLength
= commentPrefixLength;
58
_commentPrefixLength
= 0;
1 reference to _commentPrefixLength
Microsoft.CodeAnalysis.CodeStyle (1)
FileHeader.cs (1)
105
return Location.Create(syntaxTree, new TextSpan(_fileHeaderStart,
_commentPrefixLength
));