1 implementation of IPgoSchemaDataLoader
ILCompiler.ReadyToRun (1)
IBC\MIbcProfileParser.cs (1)
26private sealed class MetadataLoaderForPgoData : IPgoSchemaDataLoader<TypeSystemEntityOrUnknown, TypeSystemEntityOrUnknown>
3 references to IPgoSchemaDataLoader
ILCompiler.ReadyToRun (3)
IBC\MIbcProfileParser.cs (2)
34TypeSystemEntityOrUnknown IPgoSchemaDataLoader<TypeSystemEntityOrUnknown, TypeSystemEntityOrUnknown>.TypeFromLong(long token) 57TypeSystemEntityOrUnknown IPgoSchemaDataLoader<TypeSystemEntityOrUnknown, TypeSystemEntityOrUnknown>.MethodFromLong(long token)
parent\parent\Common\Pgo\PgoFormat.cs (1)
234public static IEnumerable<PgoSchemaElem> ParsePgoData<TType, TMethod>(IPgoSchemaDataLoader<TType, TMethod> dataProvider, IEnumerable<long> inputDataStream, bool longsAreCompressed)