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)
34return new EntityHandle((uint)(tokenType | handle._rowId)); 117return new EntityHandle((uint)(tokenType | handle._rowId)); 200return new EntityHandle((uint)(tokenType | handle._rowId)); 283return 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)); 627return new EntityHandle((uint)(tokenType | handle._rowId)); 710return new EntityHandle((uint)(tokenType | handle._rowId)); 793return new EntityHandle((uint)(tokenType | handle._rowId)); 876return new EntityHandle((uint)(tokenType | handle._rowId)); 959return new EntityHandle((uint)(tokenType | handle._rowId)); 1042return new EntityHandle((uint)(tokenType | handle._rowId)); 1125return new EntityHandle((uint)(tokenType | handle._rowId)); 1208return new EntityHandle((uint)(tokenType | handle._rowId)); 1291return new EntityHandle((uint)(tokenType | handle._rowId)); 1374return new EntityHandle((uint)(tokenType | handle._rowId)); 1457return new EntityHandle((uint)(tokenType | handle._rowId)); 1540return new EntityHandle((uint)(tokenType | handle._rowId)); 1646return new EntityHandle(handle.VToken); 1741return new EntityHandle((uint)(tokenType | handle._rowId)); 1824return new EntityHandle((uint)(tokenType | handle._rowId)); 1907return new EntityHandle((uint)(tokenType | handle._rowId)); 1990return new EntityHandle((uint)(tokenType | handle._rowId)); 2073return new EntityHandle((uint)(tokenType | handle._rowId));