5 references to SerializedStringObject
ILCompiler.Compiler (3)
Compiler\TypePreinit.cs (2)
3509builder.EmitPointerReloc(factory.SerializedStringObject(ValueAsString)); 3514data = 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)
876stringObject = _compilation.NodeFactory.SerializedStringObject(""); 881stringObject = _compilation.NodeFactory.SerializedStringObject((string)literal);