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