29 references to PeekReference
System.Reflection.Metadata (29)
System\Reflection\Metadata\Internal\Tables.cs (22)
194
return this.Block.
PeekReference
(rowOffset + _FieldListOffset, _IsFieldRefSizeSmall);
200
return this.Block.
PeekReference
(rowOffset + _MethodListOffset, _IsMethodRefSizeSmall);
311
return FieldDefinitionHandle.FromRowId(this.Block.
PeekReference
(rowOffset + _FieldOffset, _IsFieldTableRowRefSizeSmall));
394
return MethodDefinitionHandle.FromRowId(this.Block.
PeekReference
(rowOffset + _MethodOffset, _IsMethodTableRowRefSizeSmall));
444
return this.Block.
PeekReference
(rowOffset + _ParamListOffset, _IsParamRefSizeSmall);
503
return ParameterHandle.FromRowId(this.Block.
PeekReference
(rowOffset + _ParamOffset, _IsParamTableRowRefSizeSmall));
1042
return TypeDefinitionHandle.FromRowId(this.Block.
PeekReference
(rowOffset + _ParentOffset, _IsTypeDefTableRowRefSizeSmall));
1128
return FieldDefinitionHandle.FromRowId(this.Block.
PeekReference
(rowOffset + _FieldOffset, _IsFieldTableRowRefSizeSmall));
1208
return TypeDefinitionHandle.FromRowId(this.Block.
PeekReference
(rowOffset + _ParentOffset, _IsTypeDefTableRowRefSizeSmall));
1214
return this.Block.
PeekReference
(rowOffset + _EventListOffset, _IsEventRefSizeSmall);
1242
return EventDefinitionHandle.FromRowId(this.Block.
PeekReference
(rowOffset + _EventOffset, _IsEventTableRowRefSizeSmall));
1338
return TypeDefinitionHandle.FromRowId(this.Block.
PeekReference
(rowOffset + _ParentOffset, _IsTypeDefTableRowRefSizeSmall));
1344
return this.Block.
PeekReference
(rowOffset + _PropertyListOffset, _IsPropertyRefSizeSmall);
1376
return PropertyDefinitionHandle.FromRowId(this.Block.
PeekReference
(rowOffset + _PropertyOffset, _IsPropertyTableRowRefSizeSmall));
1464
return MethodDefinitionHandle.FromRowId(this.Block.
PeekReference
(rowOffset + _MethodOffset, _IsMethodTableRowRefSizeSmall));
1561
return TypeDefinitionHandle.FromRowId(this.Block.
PeekReference
(rowOffset + _ClassOffset, _IsTypeDefTableRowRefSizeSmall));
1712
var importScope = ModuleReferenceHandle.FromRowId(Block.
PeekReference
(rowOffset + _ImportScopeOffset, _IsModuleRefTableRowRefSizeSmall));
2254
return this.Block.
PeekReference
(rowOffset + _TypeNamespaceOffset, _IsStringHeapRefSizeSmall);
2347
return TypeDefinitionHandle.FromRowId(this.Block.
PeekReference
(rowOffset + _NestedClassOffset, _IsTypeDefTableRowRefSizeSmall));
2353
return TypeDefinitionHandle.FromRowId(this.Block.
PeekReference
(rowOffset + _EnclosingClassOffset, _IsTypeDefTableRowRefSizeSmall));
2371
return TypeDefinitionHandle.FromRowId(this.Block.
PeekReference
(rowNumber * this.RowSize + _EnclosingClassOffset, _IsTypeDefTableRowRefSizeSmall));
2593
return GenericParameterHandle.FromRowId(this.Block.
PeekReference
(rowOffset + _OwnerOffset, _IsGenericParamTableRowRefSizeSmall));
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (7)
100
return DocumentHandle.FromRowId(Block.
PeekReference
(rowOffset + DocumentOffset, _isDocumentRefSmall));
163
return MethodDefinitionHandle.FromRowId(Block.
PeekReference
(rowOffset + MethodOffset, _isMethodRefSmall));
169
return ImportScopeHandle.FromRowId(Block.
PeekReference
(rowOffset + _importScopeOffset, _isImportScopeRefSmall));
175
return Block.
PeekReference
(rowOffset + _variableListOffset, _isLocalVariableRefSmall);
181
return Block.
PeekReference
(rowOffset + _constantListOffset, _isLocalConstantRefSmall);
381
return MethodDefinitionHandle.FromRowId(Block.
PeekReference
(rowOffset + _kickoffMethodOffset, _isMethodRefSizeSmall));
418
return ImportScopeHandle.FromRowId(Block.
PeekReference
(rowOffset + ParentOffset, _isImportScopeRefSizeSmall));