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