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