3 references to GetMemberName
System.Runtime.Serialization (3)
System\Runtime\Serialization\CodeExporter.cs (3)
875string propertyName = GetMemberName(dataMemberName, contractCodeDomInfo); 876string fieldName = GetMemberName(AppendToValidClrIdentifier(propertyName, Globals.DefaultFieldSuffix), contractCodeDomInfo); 1109enumMember.Name = GetMemberName(stringValue, contractCodeDomInfo);