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