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