1 write to StartIndex
Microsoft.CodeAnalysis.Features (1)
src\Compilers\Core\Portable\DiagnosticAnalyzer\SuppressMessageAttributeState.TargetSymbolResolver.cs (1)
879
this.
StartIndex
= startIndex;
2 references to StartIndex
Microsoft.CodeAnalysis.Features (2)
src\Compilers\Core\Portable\DiagnosticAnalyzer\SuppressMessageAttributeState.TargetSymbolResolver.cs (2)
395
_index = result.Value.
StartIndex
;
814
_index = type.
StartIndex
;