22 references to CodeTypeReferenceExpression
System.Activities (2)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (2)
186new CodeTypeReferenceExpression( 1020new CodeTypeReferenceExpression(new CodeTypeReference(descriptor.TypeName)),
System.Data.Entity.Design (4)
System\Data\EntityModel\Emitters\AttributeEmitter.cs (1)
244new CodeTypeReferenceExpression(TypeReference.ForType(
System\Data\EntityModel\Emitters\Emitter.cs (1)
66CodeTypeReferenceExpression typeref = new CodeTypeReferenceExpression(type);
System\Data\EntityModel\Emitters\PropertyEmitter.cs (2)
140return new CodeTypeReferenceExpression(typeReference.ForType(typeof(System.Data.Objects.DataClasses.StructuralObject))); 506return new CodeFieldReferenceExpression(new CodeTypeReferenceExpression(TypeReference.ForType(type)), Enum.GetName(type, value));
System.Data.Services.Design (5)
System\Data\EntityModel\Emitters\EntityContainerEmitter.cs (4)
251new CodeTypeReferenceExpression(TypeReference.ForType(typeof(StringComparison))), 295new CodeTypeReferenceExpression(TypeReference.ForType(typeof(string))), 348new CodeTypeReferenceExpression(TypeReference.ForType(typeof(string))), 437new CodeTypeReferenceExpression(TypeReference.ForType(typeof(string))),
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
466return new CodeFieldReferenceExpression(new CodeTypeReferenceExpression(TypeReference.ForType(type)), Enum.GetName(type, value));
System.Management (2)
WmiGenerator.cs (2)
1543new CodeFieldReferenceExpression(new CodeTypeReferenceExpression(new CodeTypeReference(PublicProperties[prop.Name].ToString() + "Values")), "NULL_ENUM_VALUE"), 1551new CodeFieldReferenceExpression(new CodeTypeReferenceExpression(new CodeTypeReference(PublicProperties[prop.Name].ToString() + "Values")), "NULL_ENUM_VALUE"),
System.Runtime.Serialization (3)
System\Runtime\Serialization\CodeExporter.cs (3)
1675new CodeTypeReferenceExpression(GetCodeTypeReference(Globals.TypeOfXmlSerializableServices)), 1695new CodeTypeReferenceExpression(GetCodeTypeReference(Globals.TypeOfXmlSerializableServices)), 1731new CodeTypeReferenceExpression(GetCodeTypeReference(typeof(XmlSerializableServices))),
System.Web (3)
Compilation\BaseCodeDomTreeGenerator.cs (1)
335_classTypeExpr = new CodeTypeReferenceExpression(classTypeRef);
Compilation\CodeDOMUtility.cs (2)
370CodeTypeReferenceExpression codeTypeReferenceExpression = new CodeTypeReferenceExpression(codeTypeReference); 378CodeTypeReferenceExpression codeTypeReferenceExpression = new CodeTypeReferenceExpression(codeTypeReference);
System.Workflow.Activities (3)
Rules\Expressions.cs (1)
1931CodeTypeReferenceExpression newType = new CodeTypeReferenceExpression(CloneType(typeRefExpr.Type));
Rules\Parser\Parser.cs (2)
1807primaryExpr = new CodeTypeReferenceExpression(typeRef); 2219result = new CodeTypeReferenceExpression(typeRef);