5 references to ParseMemberName
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
2783this.ParseMemberName(out explicitInterfaceOpt, out identifierOrThisOpt, out typeParameterListOpt, isEvent: false);
3208this.ParseMemberName(out explicitInterfaceOpt, out identifierOrThisOpt, out typeParameterListOpt, isEvent: false);
4963this.ParseMemberName(out explicitInterfaceOpt, out identifierOrThisOpt, out typeParameterList, isEvent: true);
6755/// This is an adjusted version of <see cref="ParseMemberName"/>.
8520this.ParseMemberName(out explicitInterfaceOpt, out identifierOrThisOpt, out typeParameterListOpt, isEvent: false);