5 references to ParseMemberName
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
2406this.ParseMemberName(out explicitInterfaceOpt, out identifierOrThisOpt, out typeParameterListOpt, isEvent: false);
2819this.ParseMemberName(out explicitInterfaceOpt, out identifierOrThisOpt, out typeParameterListOpt, isEvent: false);
4520this.ParseMemberName(out explicitInterfaceOpt, out identifierOrThisOpt, out typeParameterList, isEvent: true);
6189/// This is an adjusted version of <see cref="ParseMemberName"/>.
7767this.ParseMemberName(out explicitInterfaceOpt, out identifierOrThisOpt, out typeParameterListOpt, isEvent: false);