1 write to _scope
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\SuppressMessageAttributeState.TargetSymbolResolver.cs (1)
45
_scope
= scope;
4 references to _scope
Microsoft.CodeAnalysis (4)
DiagnosticAnalyzer\SuppressMessageAttributeState.TargetSymbolResolver.cs (4)
129
if (
_scope
!= TargetScope.Namespace && PeekNextChar() == '`')
181
if (
_scope
== TargetScope.Member && !isIndexerProperty && parameters != null)
200
switch (
_scope
)
228
throw ExceptionUtilities.UnexpectedValue(
_scope
);