1 write to _compilerGeneratedState
ILCompiler.Compiler (1)
Compiler\Logger.cs (1)
68
_compilerGeneratedState
= ilProvider == null ? null : new CompilerGeneratedState(ilProvider, this, disableGeneratedCodeHeuristics);
3 references to _compilerGeneratedState
ILCompiler.Compiler (3)
Compiler\Logger.cs (3)
69
_unconditionalSuppressMessageAttributeState = new UnconditionalSuppressMessageAttributeState(
_compilerGeneratedState
, this);
268
if (
_compilerGeneratedState
!= null)
270
while (
_compilerGeneratedState
.TryGetOwningMethodForCompilerGeneratedMember(originMember, out owningMethod))