3 references to GetMemberName
System.Runtime.Serialization.Schema (3)
System\Runtime\Serialization\Schema\CodeExporter.cs (3)
850
string propertyName =
GetMemberName
(dataMemberName, contractCodeDomInfo);
851
string fieldName =
GetMemberName
(AppendToValidClrIdentifier(propertyName, ImportGlobals.DefaultFieldSuffix), contractCodeDomInfo);
1097
enumMember.Name =
GetMemberName
(stringValue, contractCodeDomInfo);