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