2 references to mdtAssemblyRef
ILCompiler.ReadyToRun (2)
IBC\IBCDataModel.cs (1)
415
AssemblyRefProfilingData = CONSTANT.FirstTokenFlagSection + ((int)CorTokenType.
mdtAssemblyRef
>> 24),
IBC\IBCProfileParser.cs (1)
460
return EcmaModule.GetObject(MetadataTokens.EntityHandle(((int)CorTokenType.
mdtAssemblyRef
) | index), NotFoundBehavior.ReturnNull) as EcmaModule;