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