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