3 references to TypeOfKnownTypeAttribute
System.Runtime.Serialization (3)
System\Runtime\Serialization\CodeExporter.cs (2)
1015
CodeAttributeDeclaration knownTypeAttribute = new CodeAttributeDeclaration(DataContract.GetClrTypeFullName(Globals.
TypeOfKnownTypeAttribute
));
1019
AddImportStatement(Globals.
TypeOfKnownTypeAttribute
.Namespace, contractCodeDomInfo.CodeNamespace);
System\Runtime\Serialization\DataContract.cs (1)
2067
object[] knownTypeAttributes = type.GetCustomAttributes(Globals.
TypeOfKnownTypeAttribute
, false);