1 write to _il
System.Reflection.Emit (1)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
44_il = new InstructionEncoder(_builder, _cfBuilder);
23 references to _il
System.Reflection.Emit (23)
System\Reflection\Emit\ILGeneratorImpl.cs (23)
45_scope = new Scope(_il.Offset, parent: null); 51internal InstructionEncoder Instructions => _il; 84public override int ILOffset => _il.Offset; 238Scope newScope = new Scope(_il.Offset, _currentScope); 255LabelHandle metadataLabel = _il.DefineLabel(); 289_il.OpCode((ILOpCode)opcode.Value); 411_il.CodeBuilder.WriteInt64(arg); 418_il.Token(_moduleBuilder.GetStringMetadataToken(str)); 470(member, new BlobWriter(_il.CodeBuilder.ReserveBytes(sizeof(int))))); 474_il.Token(MetadataTokens.GetToken(handle)); 512_il.Branch((ILOpCode)opcode.Value, labelInfo._metaLabel); 531SwitchInstructionEncoder switchEncoder = _il.Switch(labels.Length); 556_il.LoadLocalAddress(tempVal); 560_il.LoadLocal(tempVal); 564_il.StoreLocal(tempVal); 587_il.Token(_moduleBuilder.GetSignatureMetadataToken(signature)); 710_il.Token(_moduleBuilder.GetSignatureToken(callingConvention, returnType, parameterTypes, optionalParameterTypes)); 718_il.Token(_moduleBuilder.GetSignatureToken(unmanagedCallConv, returnType, parameterTypes)); 778_currentScope._endOffset = _il.Offset; 791_il.MarkLabel(labelInfo._metaLabel); 792labelInfo._position = _il.Offset; 831sequencePoints.Add(new SequencePoint(_il.Offset, startLine, startColumn, endLine, endColumn)); 835sequencePoints = new List<SequencePoint> { new SequencePoint(_il.Offset, startLine, startColumn, endLine, endColumn) };