1 write to Compilation
Microsoft.CodeAnalysis.CSharp (1)
Compiler\TypeCompilationState.cs (1)
84
this.
Compilation
= compilation;
9 references to Compilation
Microsoft.CodeAnalysis.CSharp (7)
Compiler\MethodCompiler.cs (2)
1962
compilationState.
Compilation
,
2006
return NullableWalker.GetAfterInitializersState(compilationState.
Compilation
, method, initializersBody, body, diagnostics);
Lowering\AsyncRewriter\AsyncRewriter.cs (1)
74
var typeKind = (compilationState.
Compilation
.Options.EnableEditAndContinue || method.IsIterator) ? TypeKind.Class : TypeKind.Struct;
Lowering\ClosureConversion\ClosureConversion.Analysis.cs (1)
92
if (compilationState.
Compilation
.Options.OptimizationLevel == OptimizationLevel.Release)
Lowering\ClosureConversion\SynthesizedClosureMethod.cs (1)
140
if (compilationState.
Compilation
.ShouldEmitNullableAttributes(this))
Lowering\LocalRewriter\LocalRewriter.cs (1)
342
if (_factory.CompilationState.
Compilation
.ShouldEmitNullableAttributes(localFunction))
Lowering\SyntheticBoundNodeFactory.cs (1)
42
public CSharpCompilation Compilation { get { return CompilationState.
Compilation
; } }
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (2)
Symbols\EEConstructorSymbol.cs (1)
25
var initializerInvocation = Binder.BindImplicitConstructorInitializer(this, diagnostics, compilationState.
Compilation
);
Symbols\EEMethodSymbol.cs (1)
474
var compilation = compilationState.
Compilation
;