8 references to CodeTypeOfExpression
System.Data.Entity.Design (3)
System\Data\EntityModel\Emitters\AssociationTypeEmitter.cs (1)
57return new CodeTypeOfExpression(Generator.GetFullyQualifiedTypeReference(((RefType)end.TypeUsage.EdmType).ElementType));
System\Data\EntityModel\Emitters\AttributeEmitter.cs (1)
83CodeAttributeDeclaration attribute = EmitSimpleAttribute("System.Runtime.Serialization.KnownTypeAttribute", new CodeTypeOfExpression(subTypeRef));
System\Data\EntityModel\Emitters\EntityContainerEmitter.cs (1)
594new CodeTypeOfExpression(TypeReference.ForType(parameterType))));
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeExporter.cs (1)
1016knownTypeAttribute.Arguments.Add(new CodeAttributeArgument(new CodeTypeOfExpression(GetCodeTypeReference(knownTypeContract))));
System.ServiceModel (3)
System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (1)
112knownTypeAttribute.Arguments.Add(new CodeAttributeArgument(new CodeTypeOfExpression(knownTypeReference)));
System\ServiceModel\Description\ServiceContractGenerator.cs (2)
421serviceContractAttr.Arguments.Add(new CodeAttributeArgument("CallbackContract", new CodeTypeOfExpression(context.DuplexCallbackTypeReference))); 662faultContractAttr.Arguments.Add(new CodeAttributeArgument(new CodeTypeOfExpression(exceptionTypeReference)));
System.Web (1)
Compilation\RouteValueExpressionBuilder.cs (1)
35new CodeTypeOfExpression(new CodeTypeReference(entry.ControlType)),