5 references to SerializedStringObject
ILCompiler.Compiler (3)
Compiler\TypePreinit.cs (2)
3525
builder.EmitPointerReloc(factory.
SerializedStringObject
(ValueAsString));
3530
data = factory.
SerializedStringObject
(ValueAsString);
IL\ILImporter.Scanner.cs (1)
1440
_dependencies.Add(_factory.
SerializedStringObject
((string)_methodIL.GetObject(token)), "ldstr");
ILCompiler.RyuJit (2)
JitInterface\CorInfoImpl.RyuJit.cs (2)
864
stringObject = _compilation.NodeFactory.
SerializedStringObject
("");
869
stringObject = _compilation.NodeFactory.
SerializedStringObject
((string)literal);