16 writes to Type
System (6)
compmod\system\codedom\CodeVariableDeclarationStatement.cs (6)
46Type = type; 54Type = new CodeTypeReference(type); 62Type = new CodeTypeReference(type); 73Type = type; 82Type = new CodeTypeReference(type); 91Type = new CodeTypeReference(type);
System.Runtime.Serialization (2)
System\Runtime\Serialization\CodeExporter.cs (2)
1822getEnumerator.Type = GetCodeTypeReference(Globals.TypeOfSerializationInfoEnumerator); 1830getCurrent.Type = GetCodeTypeReference(Globals.TypeOfSerializationEntry);
System.ServiceModel (2)
System\ServiceModel\Description\ClientClassGenerator.cs (2)
672variableDecl.Type = beginMethod.Parameters[i].Type; 744retValDecl.Type = endMethod.ReturnType;
System.Web (3)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (1)
129parserDeclaration.Type = new CodeTypeReference(typeof(IParserAccessor));
Compilation\PageCodeDomTreeGenerator.cs (2)
78dependencies.Type = new CodeTypeReference(typeof(string[])); 197outputCacheSettingsDeclaration.Type = new CodeTypeReference(typeof(OutputCacheParameters));
XamlBuildTask (3)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (2)
742Type = new CodeTypeReference(typeof(int)), 769Type = new CodeTypeReference(typeof(string)),
Microsoft\Build\Tasks\Xaml\CodeDomExtensionMethods.cs (1)
18Type = new CodeTypeReference(type),
6 references to Type
System (5)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
1601OutputTypeNamePair(e.Type, e.Name);
compmod\microsoft\visualbasic\VBCodeProvider.cs (3)
1650CodeTypeReference typeRef = e.Type; 1676OutputTypeNamePair(e.Type, e.Name); 1679OutputTypeNamePair(e.Type, e.Name);
compmod\system\codedom\compiler\CodeValidator.cs (1)
493ValidateTypeReference(e.Type);
System.ServiceModel (1)
System\ServiceModel\Description\ClientClassGenerator.cs (1)
674variableDecl.InitExpression = new CodeCastExpression(variableDecl.Type,