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