33 writes to Type
PresentationBuildTasks (2)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (2)
2168field.Type = cc.ElementTypeReference; 2630cmfCL.Type = new CodeTypeReference(typeof(bool));
System (3)
compmod\system\codedom\CodeMemberField.cs (3)
46Type = type; 54Type = new CodeTypeReference(type); 62Type = new CodeTypeReference(type);
System.Activities (5)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (5)
472accessorField.Type = new CodeTypeReference(memberData.Type); 733dataContextActivitiesField.Type = new CodeTypeReference(typeof(object)); 740forImplementationField.Type = new CodeTypeReference(typeof(bool)); 1779offsetField.Type = new CodeTypeReference(typeof(int)); 1786expectedLocationsCountField.Type = new CodeTypeReference(typeof(int));
System.Data.Entity.Design (1)
System\Data\EntityModel\Emitters\EntityContainerEmitter.cs (1)
301codeField.Type = TypeReference.AdoFrameworkGenericClass("ObjectQuery", genericParameter);
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\EntityContainerEmitter.cs (1)
462codeField.Type = TypeReference.AdoFrameworkGenericClass("DataServiceQuery", genericParameter);
System.Management (6)
WmiGenerator.cs (6)
1199cf.Type = new CodeTypeReference(PublicNamesUsed["BaseObjClass"].ToString()); 3762cf.Type = new CodeTypeReference(MemberType); 3810cf.Type = new CodeTypeReference(PublicNamesUsed["TypeConverter"].ToString()); 3817cf.Type = new CodeTypeReference(PublicNamesUsed["Type"].ToString()); 4312cf.Type = new CodeTypeReference(strManagementObjectCollectionType); 4527cf.Type = new CodeTypeReference(strManagementObjectCollectionType+"."+
System.Runtime.Serialization (4)
System\Runtime\Serialization\CodeExporter.cs (4)
879field.Type = memberType; 1656nodeArrayField.Type = GetCodeTypeReference(Globals.TypeOfXmlNodeArray); 1786serializationInfoField.Type = GetCodeTypeReference(Globals.TypeOfSerializationInfo); 1871extensionDataObjectField.Type = GetCodeTypeReference(Globals.TypeOfExtensionDataObject);
System.ServiceModel (5)
System\ServiceModel\Description\ClientClassGenerator.cs (4)
524resultsField.Type = new CodeTypeReference(objectArrayType); 644beginOperationDelegate.Type = new CodeTypeReference(beginOperationDelegateTypeName); 699endOperationDelegate.Type = new CodeTypeReference(endOperationDelegateTypeName); 774operationCompletedDelegate.Type = new CodeTypeReference(sendOrPostCallbackType);
System\ServiceModel\Description\OperationGenerator.cs (1)
568memberDecl.Type = type;
System.Web.Services (1)
System\Web\Services\Description\WebCodeGenerator.cs (1)
280callback.Type = new CodeTypeReference(typeof(SendOrPostCallback));
XamlBuildTask (5)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (5)
94result.Members.Add(new CodeMemberField() { Name = "_contentLoaded", Type = new CodeTypeReference(typeof(bool)) }); 371Type = fieldCodeType, 918Type = propertyCodeType 1094Type = new CodeTypeReference(typeof(IList<Assembly>)), 1144Type = new CodeTypeReference(typeof(WeakReference)),
13 references to Type
System (3)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
1773OutputTypeNamePair(e.Type, e.Name);
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
1792OutputTypeNamePair(e.Type, e.Name);
compmod\system\codedom\compiler\CodeValidator.cs (1)
212ValidateTypeReference(e.Type);
System.ServiceModel (7)
System\ServiceModel\Description\ClientClassGenerator.cs (6)
321CodeTypeDeclaration bodyTypeDecl = ServiceContractGenerator.NamespaceHelper.GetCodeType(field.Type); 325helperMethod.Statements.Add(new CodeAssignStatement(fieldRef, new CodeObjectCreateExpression(field.Type))); 332helperMethod.ReturnType = field.Type; 339param = new CodeParameterDeclarationExpression(field.Type, NamingHelper.GetUniqueName(field.Name, DoesParameterNameExist, helperMethod)); 358if (p.Direction != dir && p.Type.BaseType == field.Type.BaseType) 929new CodeDelegateCreateExpression(delegateField.Type,
System\ServiceModel\Description\OperationGenerator.cs (1)
834CodeParameterDeclarationExpression param = new CodeParameterDeclarationExpression(field.Type, field.Name);
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\FieldInfo.cs (1)
57return declaringType.ResolveType(DesignTimeType.GetTypeNameFromCodeTypeReference(this.codeDomField.Type, declaringType));
System.Xml (1)
System\Xml\Serialization\XmlCodeExporter.cs (1)
450initExpression = new CodeArrayCreateExpression(field.Type, initializers);
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (1)
620field.Type,