3 references to GetMemberName
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (3)
868string propertyName = GetMemberName(dataMemberName, contractCodeDomInfo); 869string fieldName = GetMemberName(AppendToValidClrIdentifier(propertyName, Globals.DefaultFieldSuffix), contractCodeDomInfo); 1092enumMember.Name = GetMemberName(stringValue, contractCodeDomInfo);