7 references to ContractNamespaceAttribute
netstandard (1)
netstandard.cs (1)
1748[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.ContractNamespaceAttribute))]
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\DataContract.cs (4)
1519GetGlobalDataContractNamespace(clrNs, type.Module.GetCustomAttributes<ContractNamespaceAttribute>().ToArray()) ?? 1520GetGlobalDataContractNamespace(clrNs, type.Assembly.GetCustomAttributes<ContractNamespaceAttribute>().ToArray()); 1706ContractNamespaceAttribute nsAttribute = (ContractNamespaceAttribute)nsAttributes[i];
System.Runtime.Serialization (1)
System.Runtime.Serialization.cs (1)
5[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.ContractNamespaceAttribute))]
System.Runtime.Serialization.Schema (1)
System\Runtime\Serialization\Schema\CodeExporter.cs (1)
1360CodeAttributeDeclaration namespaceAttribute = new CodeAttributeDeclaration(GetClrTypeFullName(typeof(ContractNamespaceAttribute)));