18 references to ILToken
ILCompiler.Compiler (9)
Compiler\ReachabilityInstrumentationProvider.cs (1)
251ILToken dataFieldToken = emitter.NewToken(_dataField);
parent\parent\Common\TypeSystem\IL\Stubs\ArrayMethodILEmitter.cs (1)
18private ILToken _helperFieldToken;
parent\parent\Common\TypeSystem\IL\Stubs\DelegateThunks.cs (2)
556ILToken paramToken = emitter.NewToken(paramType); 619ILToken paramToken = emitter.NewToken(paramType);
parent\parent\Common\TypeSystem\IL\Stubs\DynamicInvokeMethodThunk.cs (1)
147var fieldByReferenceValueToken = emitter.NewToken(
parent\parent\Common\TypeSystem\IL\Stubs\GetFieldHelperMethodOverride.cs (1)
102ILToken rawDataToken = owningType.IsValueType ? default :
parent\parent\Common\TypeSystem\IL\Stubs\StreamIntrinsics.cs (2)
34ILToken beginMethodToken = emitter.NewToken(beginMethod); 40ILToken endMethodToken = emitter.NewToken(endMethod);
parent\parent\Common\TypeSystem\IL\Stubs\UnsafeIntrinsics.cs (1)
163ILToken token = emit.NewToken(context.GetSignatureVariable(0, method: true));
ILCompiler.ReadyToRun (1)
parent\parent\Common\TypeSystem\IL\Stubs\UnsafeIntrinsics.cs (1)
163ILToken token = emit.NewToken(context.GetSignatureVariable(0, method: true));
ILCompiler.TypeSystem (8)
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (8)
89public void Emit(ILOpcode opcode, ILToken token) 703private ILToken NewToken(object value, int tokenType) 707return (ILToken)(_tokens.Count | tokenType); 710public ILToken NewToken(TypeDesc value) 715public ILToken NewToken(MethodDesc value) 720public ILToken NewToken(FieldDesc value) 725public ILToken NewToken(string value) 730public ILToken NewToken(MethodSignature value)