9 writes to Type
dotnet-svcutil-lib (9)
CodeDomFixup\CodeDomVisitors\CreateCallbackImpl.cs (1)
255
Type
= new CodeTypeReference(typeof(object[])),
FrameworkFork\Microsoft.CodeDom\System\CodeVariableDeclarationStatement.cs (6)
45
Type
= type;
54
Type
= new CodeTypeReference(type);
63
Type
= new CodeTypeReference(type);
75
Type
= type;
85
Type
= new CodeTypeReference(type);
95
Type
= new CodeTypeReference(type);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (2)
671
variableDecl.
Type
= beginMethod.Parameters[i].Type;
743
retValDecl.
Type
= endMethod.ReturnType;
4 references to Type
dotnet-svcutil-lib (4)
CodeDomFixup\CodeDomVisitors\CodeDomVisitor.cs (1)
508
Enumerate(statement.
Type
);
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (1)
611
ValidateTypeReference(e.
Type
);
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
1793
OutputTypeNamePair(e.
Type
, e.Name);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (1)
673
variableDecl.InitExpression = new CodeCastExpression(variableDecl.
Type
,