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