4 references to CodeTypeOfExpression
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (1)
1003
knownTypeAttribute.Arguments.Add(new CodeAttributeArgument(new
CodeTypeOfExpression
(GetCodeTypeReference(knownTypeContract))));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (1)
112
knownTypeAttribute.Arguments.Add(new CodeAttributeArgument(new
CodeTypeOfExpression
(knownTypeReference)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (2)
367
serviceContractAttr.Arguments.Add(new CodeAttributeArgument("CallbackContract", new
CodeTypeOfExpression
(context.DuplexCallbackTypeReference)));
608
faultContractAttr.Arguments.Add(new CodeAttributeArgument(new
CodeTypeOfExpression
(exceptionTypeReference)));