7 references to GetModifierLocation
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Source\LocalFunctionSymbol.cs (3)
139Syntax.Modifiers.GetModifierLocation(SyntaxKind.ExternKeyword, Syntax.Identifier.GetLocation())); 145Syntax.Modifiers.GetModifierLocation(SyntaxKind.UnsafeKeyword, Syntax.Identifier.GetLocation()), 152Syntax.Modifiers.GetModifierLocation(SyntaxKind.SafeKeyword, Syntax.Identifier.GetLocation()));
Symbols\Source\SourceMemberFieldSymbol.cs (1)
152ModifiersTokenList.GetModifierLocation(SyntaxKind.UnsafeKeyword, ErrorLocation),
Symbols\Source\SourceMemberMethodSymbol.cs (3)
1001Modifiers.GetModifierLocation(SyntaxKind.ExternKeyword, _location)); 1007Modifiers.GetModifierLocation(SyntaxKind.UnsafeKeyword, _location), 1016Modifiers.GetModifierLocation(SyntaxKind.SafeKeyword, _location));