5 references to ParseMemberName
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
2859this.ParseMemberName(out explicitInterfaceOpt, out identifierOrThisOpt, out typeParameterListOpt, isEvent: false); 3362this.ParseMemberName(out explicitInterfaceOpt, out identifierOrThisOpt, out typeParameterListOpt, isEvent: false); 5144this.ParseMemberName(out explicitInterfaceOpt, out identifierOrThisOpt, out typeParameterList, isEvent: true); 6996/// This is an adjusted version of <see cref="ParseMemberName"/>. 8754this.ParseMemberName(out explicitInterfaceOpt, out identifierOrThisOpt, out typeParameterListOpt, isEvent: false);