6 writes to TargetType
dotnet-svcutil-lib (6)
CodeDomFixup\CodeDomVisitors\AddAsyncOpenClose.cs (2)
45
TargetType
= new CodeTypeReference(typeof(ICommunicationObject)),
81
TargetType
= new CodeTypeReference(typeof(ICommunicationObject)),
CodeDomFixup\CodeDomVisitors\CreateCallbackImpl.cs (1)
258
TargetType
= new CodeTypeReference(typeof(object[])),
FrameworkFork\Microsoft.CodeDom\System\CodeCastExpression.cs (3)
46
TargetType
= targetType;
55
TargetType
= new CodeTypeReference(targetType);
64
TargetType
= new CodeTypeReference(targetType);
3 references to TargetType
dotnet-svcutil-lib (3)
CodeDomFixup\CodeDomVisitors\CodeDomVisitor.cs (1)
130
Enumerate(expr.
TargetType
);
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (1)
867
ValidateTypeReference(e.
TargetType
);
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
856
OutputType(e.
TargetType
);