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