5 references to GetModifierLocation
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\ModifierUtils.cs (1)
652
=>
GetModifierLocation
((SyntaxTokenList?)modifiers, kind, fallback);
Symbols\Source\SourceEventSymbol.cs (2)
886
(MemberSyntax?.Modifiers).
GetModifierLocation
(SyntaxKind.ExternKeyword, location));
892
(MemberSyntax?.Modifiers).
GetModifierLocation
(SyntaxKind.UnsafeKeyword, location),
Symbols\Source\SourcePropertySymbolBase.cs (2)
1080
(Syntax?.Modifiers).
GetModifierLocation
(SyntaxKind.ExternKeyword, GetFirstLocation()));
1086
(Syntax?.Modifiers).
GetModifierLocation
(SyntaxKind.UnsafeKeyword, GetFirstLocation()),