4 references to RSDSSize
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryEntryNode.cs (4)
158public unsafe int Size => RSDSSize; 195Debug.Assert(builder.CountBytes <= RSDSSize); 202MemoryStream rsdsEntry = new MemoryStream(RSDSSize); 219Debug.Assert(rsdsEntry.Length <= RSDSSize);