1 write to Token
ILCompiler.ReadyToRun (1)
IBC\IBCDataReader.cs (1)
424
result.Add(new IBC.TokenData {
Token
= token, Flags = flags, ScenarioMask = scenarioMask });
7 references to Token
ILCompiler.ReadyToRun (7)
IBC\IBCProfileParser.cs (7)
83
if (ignoredIbcMethodSpecTokens.Contains(entry.
Token
))
104
switch (Cor.Macros.TypeFromToken(entry.
Token
))
109
object metadataObject = ecmaModule.GetObject(System.Reflection.Metadata.Ecma335.MetadataTokens.EntityHandle((int)entry.
Token
), NotFoundBehavior.ReturnNull);
117
_logger.Writer.WriteLine($"Token {(int)entry.
Token
:x} does not refer to a method");
123
if (!blobs.TryGetValue(new IBCBlobKey(entry.
Token
, BlobType.ParamMethodSpec), out BlobEntry blobEntry))
124
throw new Exception($"Missing blob entry for ibcMethodSpec {entry.
Token
:x}");
127
throw new Exception($"Blob entry for {entry.
Token
:x} is invalid");