1 write to methodName
System.Web.Services (1)
System\Web\Services\Description\MimeTextImporter.cs (1)
35methodName = CodeIdentifier.MakeValid(ImportContext.OperationBinding.Name);
2 references to methodName
System.Web.Services (2)
System\Web\Services\Description\MimeTextImporter.cs (2)
38importedReturn.TypeName = ImportContext.ClassNames.AddUnique(methodName + "Matches", mimeTextBinding); 64string name = members.AddUnique(CodeIdentifier.MakeValid(match.Name.Length == 0 ? methodName + "Match" : match.Name), match);