11 references to Kind
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (2)
MethodContextReuseConstraints.cs (2)
23
Debug.Assert(MetadataTokens.Handle(methodToken).
Kind
== HandleKind.MethodDefinition);
35
Debug.Assert(MetadataTokens.Handle(methodToken).
Kind
== HandleKind.MethodDefinition);
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)
261
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
;