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