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