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