3 references to Writer
Microsoft.CodeAnalysis (3)
CodeGen\BasicBlock.cs (2)
533this.Writer.WriteByte((byte)ILOpCode.Pop); 540this.Writer.WriteByte((byte)ILOpCode.Pop);
CodeGen\ILBuilderEmit.cs (1)
806return this.GetCurrentBlock().Writer;