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