5 references to IsVirtual
System.Reflection.Metadata (5)
System\Reflection\Metadata\Ecma335\MetadataTokens.cs (4)
26
if (handle.
IsVirtual
)
63
if (handle.
IsVirtual
)
125
return handle.
IsVirtual
? -1 : handle.RowId;
224
return handle.
IsVirtual
? 0 : handle.Token;
System\Reflection\Metadata\EntityHandle.cs (1)
93
Debug.Assert(!
IsVirtual
);