2 references to serviceContractAttributeType
dotnet-svcutil.xmlserializer (2)
Microsoft\Tools\ServiceModel\SvcUtil\ExportModule.cs (2)
86
if(
serviceContractAttributeType
== null)
93
return (type.IsInterface || type.IsClass) && (type.IsDefined(
serviceContractAttributeType
, false));