5 references to ParseMemberName
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
2740this.ParseMemberName(out explicitInterfaceOpt, out identifierOrThisOpt, out typeParameterListOpt, isEvent: false);
3153this.ParseMemberName(out explicitInterfaceOpt, out identifierOrThisOpt, out typeParameterListOpt, isEvent: false);
4827this.ParseMemberName(out explicitInterfaceOpt, out identifierOrThisOpt, out typeParameterList, isEvent: true);
6619/// This is an adjusted version of <see cref="ParseMemberName"/>.
8377this.ParseMemberName(out explicitInterfaceOpt, out identifierOrThisOpt, out typeParameterListOpt, isEvent: false);