5 writes to Type
System (3)
compmod\system\codedom\CodeTypeOfExpression.cs (3)
44
Type
= type;
51
Type
= new CodeTypeReference(type);
58
Type
= new CodeTypeReference(type);
XamlBuildTask (2)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (2)
489
Type
= new CodeTypeReference(classData.Name)
724
Type
= new CodeTypeReference(classData.Name)
5 references to Type
System (4)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
2313
OutputType(e.
Type
);
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
2161
Output.Write(GetTypeOutput(e.
Type
));
compmod\system\codedom\compiler\CodeGenerator.cs (1)
1606
OutputType(e.
Type
);
compmod\system\codedom\compiler\CodeValidator.cs (1)
800
ValidateTypeReference(e.
Type
);
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\AttributeInfo.cs (1)
204
typeName = DesignTimeType.GetTypeNameFromCodeTypeReference((this.ArgumentValues[argumentIndex] as CodeTypeOfExpression).
Type
, null);