Home
last modified time | relevance | path

Searched refs:_rowId (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/Metadata/PortablePdb/
H A DHandles.Debug.cs69 return left._rowId == right._rowId; in operator ==()
79 return _rowId == other._rowId; in Equals()
89 return left._rowId != right._rowId; in operator !=()
152 return left._rowId == right._rowId; in operator ==()
162 return _rowId == other._rowId; in Equals()
172 return left._rowId != right._rowId; in operator !=()
257 return _rowId == other._rowId; in Equals()
340 return _rowId == other._rowId; in Equals()
423 return _rowId == other._rowId; in Equals()
506 return _rowId == other._rowId; in Equals()
[all …]
H A DLocalScope.cs20 private readonly int _rowId; field
28 _rowId = handle.RowId; in LocalScope()
31 private LocalScopeHandle Handle => LocalScopeHandle.FromRowId(_rowId);
33 public MethodDefinitionHandle Method => _reader.LocalScopeTable.GetMethod(_rowId);
35 public int StartOffset => _reader.LocalScopeTable.GetStartOffset(_rowId);
36 public int Length => _reader.LocalScopeTable.GetLength(_rowId);
37 public int EndOffset => _reader.LocalScopeTable.GetEndOffset(_rowId);
51 return new LocalScopeHandleCollection.ChildrenEnumerator(_reader, _rowId); in GetChildren()
H A DMethodDebugInformation.cs20 private readonly int _rowId; field
28 _rowId = handle.RowId; in MethodDebugInformation()
31 … private MethodDebugInformationHandle Handle => MethodDebugInformationHandle.FromRowId(_rowId);
74 return _reader.StateMachineMethodTable.FindKickoffMethod(_rowId); in GetStateMachineKickoffMethod()
H A DLocalConstant.cs20 private readonly int _rowId; field
28 _rowId = handle.RowId; in LocalConstant()
31 private LocalConstantHandle Handle => LocalConstantHandle.FromRowId(_rowId);
H A DLocalVariable.cs20 private readonly int _rowId; field
28 _rowId = handle.RowId; in LocalVariable()
31 private LocalVariableHandle Handle => LocalVariableHandle.FromRowId(_rowId);
H A DCustomDebugInformation.cs14 private readonly int _rowId; field
22 _rowId = handle.RowId; in CustomDebugInformation()
25 … private CustomDebugInformationHandle Handle => CustomDebugInformationHandle.FromRowId(_rowId);
H A DImportScope.cs20 private readonly int _rowId; field
28 _rowId = handle.RowId; in ImportScope()
31 private ImportScopeHandle Handle => ImportScopeHandle.FromRowId(_rowId);
H A DDocument.cs20 private readonly int _rowId; field
28 _rowId = handle.RowId; in Document()
31 private DocumentHandle Handle => DocumentHandle.FromRowId(_rowId);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/Metadata/TypeSystem/
H A DHandles.TypeSystem.cs69 return left._rowId == right._rowId; in operator ==()
79 return _rowId == other._rowId; in Equals()
89 return left._rowId != right._rowId; in operator !=()
162 return _rowId == other._rowId; in Equals()
245 return _rowId == other._rowId; in Equals()
328 return _rowId == other._rowId; in Equals()
423 return _rowId == other._rowId; in Equals()
506 return _rowId == other._rowId; in Equals()
589 return _rowId == other._rowId; in Equals()
672 return _rowId == other._rowId; in Equals()
[all …]
H A DDeclarativeSecurityAttribute.cs15 private readonly int _rowId; field
23 _rowId = rowId; in DeclarativeSecurityAttribute()
30 return _reader.DeclSecurityTable.GetAction(_rowId);
38 return _reader.DeclSecurityTable.GetParent(_rowId);
46 return _reader.DeclSecurityTable.GetPermissionSet(_rowId);
H A DInterfaceImplementation.cs14 private readonly int _rowId; field
22 _rowId = handle.RowId; in InterfaceImplementation()
27 get { return InterfaceImplementationHandle.FromRowId(_rowId); }
37 get { return _reader.InterfaceImplTable.GetInterface(_rowId); }
H A DStandaloneSignature.cs16 private readonly int _rowId; field
24 _rowId = handle.RowId; in StandaloneSignature()
29 get { return StandaloneSignatureHandle.FromRowId(_rowId); }
37 get { return _reader.StandAloneSigTable.GetSignature(_rowId); }
H A DModuleReference.cs14 private readonly int _rowId; field
22 _rowId = handle.RowId; in ModuleReference()
27 get { return ModuleReferenceHandle.FromRowId(_rowId); }
H A DConstant.cs14 private readonly int _rowId; field
22 _rowId = rowId; in Constant()
29 return ConstantHandle.FromRowId(_rowId);
H A DGenericParameterConstraint.cs14 private readonly int _rowId; field
22 _rowId = handle.RowId; in GenericParameterConstraint()
27 get { return GenericParameterConstraintHandle.FromRowId(_rowId); }
H A DAssemblyFile.cs14 private readonly int _rowId; field
22 _rowId = handle.RowId; in AssemblyFile()
27 get { return AssemblyFileHandle.FromRowId(_rowId); }
H A DMethodImplementation.cs14 private readonly int _rowId; field
22 _rowId = handle.RowId; in MethodImplementation()
27 get { return MethodImplementationHandle.FromRowId(_rowId); }
H A DManifestResource.cs14 private readonly int _rowId; field
22 _rowId = handle.RowId; in ManifestResource()
27 get { return ManifestResourceHandle.FromRowId(_rowId); }
H A DGenericParameter.cs14 private readonly int _rowId; field
22 _rowId = handle.RowId; in GenericParameter()
27 get { return GenericParameterHandle.FromRowId(_rowId); }
H A DTypeSpecification.cs15 private readonly int _rowId; field
23 _rowId = handle.RowId; in TypeSpecification()
28 get { return TypeSpecificationHandle.FromRowId(_rowId); }
H A DParameter.cs14 private readonly int _rowId; field
22 _rowId = handle.RowId; in Parameter()
27 get { return ParameterHandle.FromRowId(_rowId); }
H A DMethodSpecification.cs15 private readonly int _rowId; field
23 _rowId = handle.RowId; in MethodSpecification()
28 get { return MethodSpecificationHandle.FromRowId(_rowId); }
H A DEventDefinition.cs16 private readonly int _rowId; field
24 _rowId = handle.RowId; in EventDefinition()
29 get { return EventDefinitionHandle.FromRowId(_rowId); }
H A DPropertyDefinition.cs16 private readonly int _rowId; field
24 _rowId = handle.RowId; in PropertyDefinition()
29 get { return PropertyDefinitionHandle.FromRowId(_rowId); }
/dports/deskutils/egroupware/egroupware/api/js/etemplate/
H A Det2_extension_nextmatch.ts1837 _getInitialOrder( _rows, _rowId)
1853 const uid = this.egw().app_name() + '::' + _rows[i][_rowId];

12