1 write to m_typeSpecs
AssemblyStripper (1)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionReader.cs (1)
586 m_typeSpecs = new TypeReference [tsTable.Rows.Count];
3 references to m_typeSpecs
AssemblyStripper (3)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionReader.cs (3)
142 if (rid > m_typeSpecs.Length) 155 TypeReference tspec = m_typeSpecs [index]; 160 m_typeSpecs [index] = tspec;