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