5 references to ParseMemberName
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
2813this.ParseMemberName(out explicitInterfaceOpt, out identifierOrThisOpt, out typeParameterListOpt, isEvent: false); 3316this.ParseMemberName(out explicitInterfaceOpt, out identifierOrThisOpt, out typeParameterListOpt, isEvent: false); 5098this.ParseMemberName(out explicitInterfaceOpt, out identifierOrThisOpt, out typeParameterList, isEvent: true); 6950/// This is an adjusted version of <see cref="ParseMemberName"/>. 8708this.ParseMemberName(out explicitInterfaceOpt, out identifierOrThisOpt, out typeParameterListOpt, isEvent: false);