8 references to GetModifierLocation
Microsoft.CodeAnalysis.CSharp (8)
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\SourceConstructorSymbol.cs (1)
190syntax.Modifiers.GetModifierLocation(SyntaxKind.UnsafeKeyword, location));
Symbols\Source\SourceDestructorSymbol.cs (1)
148modifiers.GetModifierLocation(SyntaxKind.UnsafeKeyword, location));
Symbols\Source\SourceMemberFieldSymbol.cs (1)
152ModifiersTokenList.GetModifierLocation(SyntaxKind.UnsafeKeyword, ErrorLocation),
Symbols\Source\SourceMemberMethodSymbol.cs (2)
1001Modifiers.GetModifierLocation(SyntaxKind.ExternKeyword, _location)); 1007Modifiers.GetModifierLocation(SyntaxKind.UnsafeKeyword, _location),