53 references to EntityHandle
System.Reflection.Metadata (53)
System\Reflection\Metadata\BlobReader.cs (1)
616return new EntityHandle(tokenType | (value >> 2));
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (2)
299new EntityHandle(reader.EncLogTable.GetToken(rid)), 322yield return new EntityHandle(reader.EncMapTable.GetToken(rid));
System\Reflection\Metadata\Ecma335\MetadataTokens.cs (2)
310return new EntityHandle((uint)token); 337return new EntityHandle((uint)token);
System\Reflection\Metadata\EntityHandle.cs (1)
42return new EntityHandle(handle.EntityHandleValue);
System\Reflection\Metadata\IL\ExceptionRegion.cs (1)
81get { return (Kind == ExceptionRegionKind.Catch) ? new EntityHandle((uint)_classTokenOrFilterOffset) : default(EntityHandle); }
System\Reflection\Metadata\Internal\CustomAttributeTypeTag.cs (1)
31return new EntityHandle(tokenType | rowId);
System\Reflection\Metadata\Internal\HasConstantTag.cs (1)
33return new EntityHandle(tokenType | rowId);
System\Reflection\Metadata\Internal\HasCustomAttributeTag.cs (1)
111return new EntityHandle(tokenType | rowId);
System\Reflection\Metadata\Internal\HasDeclSecurityTag.cs (1)
33return new EntityHandle(tokenType | rowId);
System\Reflection\Metadata\Internal\HasFieldMarshalTag.cs (1)
31return new EntityHandle(tokenType | rowId);
System\Reflection\Metadata\Internal\HasSemanticsTag.cs (1)
31return new EntityHandle(tokenType | rowId);
System\Reflection\Metadata\Internal\ImplementationTag.cs (1)
33return new EntityHandle(tokenType | rowId);
System\Reflection\Metadata\Internal\MemberForwardedTag.cs (1)
31return new EntityHandle(tokenType | rowId);
System\Reflection\Metadata\Internal\MemberRefParentTag.cs (1)
42return new EntityHandle(tokenType | rowId);
System\Reflection\Metadata\Internal\MethodDefOrRefTag.cs (1)
31return new EntityHandle(tokenType | rowId);
System\Reflection\Metadata\Internal\ResolutionScopeTag.cs (1)
35return new EntityHandle(tokenType | rowId);
System\Reflection\Metadata\Internal\TypeDefOrRefTag.cs (1)
34return new EntityHandle(tokenType | rowId);
System\Reflection\Metadata\Internal\TypeOrMethodDefTag.cs (1)
31return new EntityHandle(tokenType | rowId);
System\Reflection\Metadata\PortablePdb\Handles.Debug.cs (7)
34return new EntityHandle((uint)(tokenType | handle._rowId)); 117return new EntityHandle((uint)(tokenType | handle._rowId)); 212return new EntityHandle((uint)(tokenType | handle._rowId)); 295return new EntityHandle((uint)(tokenType | handle._rowId)); 378return new EntityHandle((uint)(tokenType | handle._rowId)); 461return new EntityHandle((uint)(tokenType | handle._rowId)); 544return new EntityHandle((uint)(tokenType | handle._rowId));
System\Reflection\Metadata\PortablePdb\HasCustomDebugInformationTag.cs (1)
125return new EntityHandle(tokenType | rowId);
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (25)
35return new EntityHandle((uint)(tokenType | handle._rowId)); 118return new EntityHandle((uint)(tokenType | handle._rowId)); 201return new EntityHandle((uint)(tokenType | handle._rowId)); 284return new EntityHandle((uint)(tokenType | handle._rowId)); 379return new EntityHandle((uint)(tokenType | handle._rowId)); 462return new EntityHandle((uint)(tokenType | handle._rowId)); 545return new EntityHandle((uint)(tokenType | handle._rowId)); 628return new EntityHandle((uint)(tokenType | handle._rowId)); 711return new EntityHandle((uint)(tokenType | handle._rowId)); 794return new EntityHandle((uint)(tokenType | handle._rowId)); 877return new EntityHandle((uint)(tokenType | handle._rowId)); 960return new EntityHandle((uint)(tokenType | handle._rowId)); 1043return new EntityHandle((uint)(tokenType | handle._rowId)); 1126return new EntityHandle((uint)(tokenType | handle._rowId)); 1209return new EntityHandle((uint)(tokenType | handle._rowId)); 1292return new EntityHandle((uint)(tokenType | handle._rowId)); 1375return new EntityHandle((uint)(tokenType | handle._rowId)); 1458return new EntityHandle((uint)(tokenType | handle._rowId)); 1541return new EntityHandle((uint)(tokenType | handle._rowId)); 1647return new EntityHandle(handle.VToken); 1742return new EntityHandle((uint)(tokenType | handle._rowId)); 1825return new EntityHandle((uint)(tokenType | handle._rowId)); 1908return new EntityHandle((uint)(tokenType | handle._rowId)); 1991return new EntityHandle((uint)(tokenType | handle._rowId)); 2074return new EntityHandle((uint)(tokenType | handle._rowId));