18 references to Kind
ILCompiler.ReadyToRun (9)
Compiler\ReadyToRunStandaloneMethodMetadata.cs (9)
129
if (handle.
Kind
== HandleKind.TypeDefinition || handle.
Kind
== HandleKind.TypeReference)
138
if (handle.
Kind
== HandleKind.UserString)
149
else if (handle.
Kind
== HandleKind.TypeSpecification)
156
else if (handle.
Kind
== HandleKind.MemberReference)
166
else if (handle.
Kind
== HandleKind.MethodDefinition)
176
else if (handle.
Kind
== HandleKind.FieldDefinition)
186
else if (handle.
Kind
== HandleKind.MethodSpecification)
195
else if (handle.
Kind
== HandleKind.StandaloneSignature)
System.Diagnostics.StackTrace (1)
System\Diagnostics\StackTraceSymbols.cs (1)
62
if (!handle.IsNil && handle.
Kind
== HandleKind.MethodDefinition)
System.Reflection.Metadata (7)
System\Reflection\Metadata\Ecma335\MetadataAggregator.cs (1)
262
MetadataTokens.TryGetHeapIndex(handle.
Kind
, out heapIndex);
System\Reflection\Metadata\Ecma335\MetadataTokens.cs (2)
97
switch (handle.
Kind
)
110
Throw.InvalidArgument_UnexpectedHandleKind(handle.
Kind
);
System\Reflection\Metadata\PortablePdb\ImportDefinition.cs (4)
26
typeOrNamespace.
Kind
== HandleKind.Blob ||
27
typeOrNamespace.
Kind
== HandleKind.TypeDefinition ||
28
typeOrNamespace.
Kind
== HandleKind.TypeReference ||
29
typeOrNamespace.
Kind
== HandleKind.TypeSpecification);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.cs (1)
62
HandleKind kind = handle.
Kind
;