11 references to RId
AssemblyStripper (11)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Metadata\CustomAttribute.cs (1)
51 get { return RId; }
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Metadata\MetadataTableReader.cs (4)
118 return (CustomAttributeTable) m_heap [CustomAttributeTable.RId]; 341 if (m_heap.HasTable (CustomAttributeTable.RId)) { 343 m_rows [CustomAttributeTable.RId] = m_binaryReader.ReadInt32 (); 525 int number = m_rows [CustomAttributeTable.RId];
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Metadata\MetadataTableWriter.cs (2)
172 CustomAttributeTable table = m_heap [CustomAttributeTable.RId] as CustomAttributeTable; 569 WriteCount (CustomAttributeTable.RId);
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\AggressiveReflectionReader.cs (1)
315 if (!m_tHeap.HasTable (CustomAttributeTable.RId))
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionWriter.cs (2)
831 if (th.HasTable (CustomAttributeTable.RId)) 834 th.Sorted |= ((long) 1 << CustomAttributeTable.RId);
AssemblyStripper.cs (1)
215CustomAttributeTable table = (CustomAttributeTable)stripped_tables[CustomAttributeTable.RId];