7 references to IsVirtual
System.Reflection.Metadata (7)
System\Reflection\Metadata\Ecma335\MetadataTokens.cs (1)
159
public static int GetHeapOffset(BlobHandle handle) => handle.
IsVirtual
? -1 : handle.GetHeapOffset();
System\Reflection\Metadata\Internal\BlobHeap.cs (3)
90
if (handle.
IsVirtual
)
109
if (handle.
IsVirtual
)
141
if (handle.
IsVirtual
)
System\Reflection\Metadata\PortablePdb\DocumentNameBlobHandle.cs (1)
44
if (handle.
IsVirtual
)
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (2)
2633
Debug.Assert(!
IsVirtual
);
2639
Debug.Assert(
IsVirtual
);