2 writes to RealizedIL
Microsoft.CodeAnalysis (2)
CodeGen\ILBuilder.cs (2)
964
this.
RealizedIL
= writer.ToImmutableArray();
1214
snapshot.
RealizedIL
= RealizedIL;
5 references to RealizedIL
Microsoft.CodeAnalysis (5)
CodeGen\ILBuilder.cs (4)
195
if (this.
RealizedIL
.IsDefault)
1214
snapshot.RealizedIL =
RealizedIL
;
1234
Debug.Assert(this.
RealizedIL
.IsDefault, "Too late to allocate a new IL marker");
1259
Debug.Assert(!
RealizedIL
.IsDefault, "Builder must be realized to perform this operation");
Emit\EditAndContinue\DeletedMethodBody.cs (1)
96
return builder.
RealizedIL
;