3 references to ParseModifiers
Microsoft.CodeAnalysis.CSharp (3)
Parser\LanguageParser.cs (3)
2602
this.
ParseModifiers
(modifiers, forAccessors: false, forTopLevelStatements: true, out isPossibleTypeDeclaration);
3106
this.
ParseModifiers
(modifiers, forAccessors: false, forTopLevelStatements: false, out isPossibleTypeDeclaration);
4480
this.
ParseModifiers
(accMods, forAccessors: true, forTopLevelStatements: false, isPossibleTypeDeclaration: out _);