12 references to ServiceKnownTypeAttribute
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (1)
111
CodeAttributeDeclaration knownTypeAttribute = new CodeAttributeDeclaration(typeof(
ServiceKnownTypeAttribute
).FullName);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (10)
330
object[] customAttributes = ServiceReflector.GetCustomAttributes(reflectionInfo.iface, typeof(
ServiceKnownTypeAttribute
), false);
343
customAttributes = ServiceReflector.GetCustomAttributes(reflectionInfo.callbackiface, typeof(
ServiceKnownTypeAttribute
), false);
360
ServiceKnownTypeAttribute
knownTypeAttribute = (
ServiceKnownTypeAttribute
)knownTypeAttributes[0];
384
ServiceKnownTypeAttribute
knownTypeAttribute = (
ServiceKnownTypeAttribute
)knownTypeAttributes[i];
987
methodAttributes = ServiceReflector.GetCustomAttributes(methodInfo, typeof(
ServiceKnownTypeAttribute
), false);
1677
typeof(
ServiceKnownTypeAttribute
).Name)));
1796
typeof(
ServiceKnownTypeAttribute
).Name)));
1918
typeof(
ServiceKnownTypeAttribute
).Name)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
170
CodeAttributeDeclaration knownType = new CodeAttributeDeclaration(new CodeTypeReference(typeof(
ServiceKnownTypeAttribute
)));