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