7 references to ContractNamespaceAttribute
dotnet-svcutil-lib (7)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (4)
1723
string ns = GetGlobalDataContractNamespace(clrNs, type.GetTypeInfo().Module.GetCustomAttributes(typeof(
ContractNamespaceAttribute
)).ToArray());
1725
ns = GetGlobalDataContractNamespace(clrNs, type.GetTypeInfo().Assembly.GetCustomAttributes(typeof(
ContractNamespaceAttribute
)).ToArray());
1844
ContractNamespaceAttribute
nsAttribute = (
ContractNamespaceAttribute
)nsAttributes[i];
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (1)
373
s_typeOfContractNamespaceAttribute = typeof(
ContractNamespaceAttribute
);
TypeLoader.cs (2)
101
type.Assembly.GetCustomAttributes(typeof(
ContractNamespaceAttribute
));
102
type.Module.GetCustomAttributes(typeof(
ContractNamespaceAttribute
));