3 references to TypeOfKnownTypeAttribute
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (2)
1002
CodeAttributeDeclaration knownTypeAttribute = new CodeAttributeDeclaration(DataContract.GetClrTypeFullName(Globals.
TypeOfKnownTypeAttribute
));
1006
AddImportStatement(Globals.
TypeOfKnownTypeAttribute
.Namespace, contractCodeDomInfo.CodeNamespace);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (1)
2076
object[] knownTypeAttributes = type.GetTypeInfo().GetCustomAttributes(Globals.
TypeOfKnownTypeAttribute
, false).ToArray();