2 overrides of TryLoad
ILCompiler.Compiler (2)
Compiler\TypePreinit.cs (2)
2755public override bool TryLoad(TypeDesc type, out Value value) 3161public override bool TryLoad(TypeDesc type, out Value value)
1 reference to TryLoad
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
1767&& byRefVal.TryLoad(type, out Value dereferenced))