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