2 overrides of TryStore
ILCompiler.Compiler (2)
Compiler\TypePreinit.cs (2)
2738public override bool TryStore(Value value) 3147public override bool TryStore(Value value)
1 reference to TryStore
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
1816if (!destValue.TryStore(val))