1 write to _scope
Microsoft.CodeAnalysis.Features (1)
src\Compilers\Core\Portable\DiagnosticAnalyzer\SuppressMessageAttributeState.TargetSymbolResolver.cs (1)
45
_scope
= scope;
4 references to _scope
Microsoft.CodeAnalysis.Features (4)
src\Compilers\Core\Portable\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
);