14 writes to Type
Microsoft.Build.Tasks.Core (9)
CodeTaskFactory.cs (1)
369Type = new CodeTypeReference(propertyType),
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (1)
636Type = new CodeTypeReference(type),
system.design\stronglytypedresourcebuilder.cs (3)
388resMgr.Type = ResMgrCodeTypeReference; 421culture.Type = CultureTypeReference; 576prop.Type = valueType;
XamlTaskFactory\TaskGenerator.cs (4)
645propertyName.Type = new CodeTypeReference(returnType); 744propertyName.Type = ctr; 1055propertyName.Type = ctr; 1076Type = new CodeTypeReference(typeof(string))
System.Runtime.Serialization.Schema (2)
System\Runtime\Serialization\Schema\CodeExporter.cs (2)
1935extensionDataObjectProperty.Type = GetCodeTypeReference(typeof(ExtensionDataObject)); 1992property.Type = type;
System.Windows.Forms.Design (3)
System\Resources\Tools\StronglyTypedResourceBuilder.cs (3)
525Type = resourceManagerType, 556Type = cultureInfoType, 719property.Type = valueType;
4 references to Type
System.CodeDom (4)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
1466OutputType(e.Type);
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
1792OutputType(e.Type); 1793OutputArrayPostfix(e.Type);
System\CodeDom\Compiler\CodeValidator.cs (1)
282ValidateTypeReference(e.Type);