3 references to TypeNameFieldName
System.Runtime.Serialization.Schema (3)
System\Runtime\Serialization\Schema\CodeExporter.cs (3)
1324
CodeMemberField typeNameField = new CodeMemberField(ImportGlobals.TypeOfXmlQualifiedName,
TypeNameFieldName
);
1808
new CodeFieldReferenceExpression(null!,
TypeNameFieldName
)
1813
new CodeFieldReferenceExpression(null!,
TypeNameFieldName
)