4 references to Type
Microsoft.CodeAnalysis.CSharp (4)
Compiler\TypeCompilationState.cs (1)
110return this.ModuleBuilderOpt?.GetDynamicOperationContextType(this.Type);
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
103_bound = new SyntheticBoundNodeFactory(null, compilationState.Type, node, compilationState, diagnostics);
Lowering\LocalRewriter\DelegateCacheRewriter.cs (1)
103container = new DelegateCacheContainer(typeCompilationState.Type, generation);
Lowering\SyntheticBoundNodeFactory.cs (1)
1459method = method.GetConstructedLeastOverriddenMethod(this.CompilationState.Type, requireSameReturnType: true);