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