5 references to Type
Microsoft.CodeAnalysis.CSharp (5)
Compiler\TypeCompilationState.cs (1)
110
return this.ModuleBuilderOpt?.GetDynamicOperationContextType(this.
Type
);
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
102
_bound = new SyntheticBoundNodeFactory(null, compilationState.
Type
, node, compilationState, diagnostics);
Lowering\LocalRewriter\DelegateCacheRewriter.cs (2)
103
container = new DelegateCacheContainer(typeCompilationState.
Type
, generation);
115
container = new DelegateCacheContainer(_factory.CompilationState.
Type
, owner, _topLevelMethodOrdinal, ownerUniqueId: containers.Count, generation);
Lowering\SyntheticBoundNodeFactory.cs (1)
1421
method = method.GetConstructedLeastOverriddenMethod(this.CompilationState.
Type
, requireSameReturnType: true);