2 writes to RealizedIL
Microsoft.CodeAnalysis (2)
CodeGen\ILBuilder.cs (2)
953
this.
RealizedIL
= writer.ToImmutableArray();
1203
snapshot.
RealizedIL
= RealizedIL;
9 references to RealizedIL
Microsoft.CodeAnalysis (5)
CodeGen\ILBuilder.cs (4)
197
if (this.
RealizedIL
.IsDefault)
1203
snapshot.RealizedIL =
RealizedIL
;
1223
Debug.Assert(this.
RealizedIL
.IsDefault, "Too late to allocate a new IL marker");
1248
Debug.Assert(!
RealizedIL
.IsDefault, "Builder must be realized to perform this operation");
Emit\EditAndContinue\DeletedMethodBody.cs (1)
82
return builder.
RealizedIL
;
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (1)
3368
moduleBeingBuilt.RootModuleType.SetStaticConstructorBody(ilBuilder.
RealizedIL
);
Compiler\MethodCompiler.cs (1)
1649
builder.
RealizedIL
,
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\ILBuilderVisualizer.cs (1)
144
var ilStream = builder.
RealizedIL
;
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\MethodCompiler.vb (1)
1670
Return New MethodBody(builder.
RealizedIL
,