22 references to TypeSpecification
Microsoft.CodeAnalysis (7)
MetadataReader\MetadataDecoder.cs (7)
153
case HandleKind.
TypeSpecification
:
453
case HandleKind.
TypeSpecification
:
793
case HandleKind.
TypeSpecification
:
911
case HandleKind.
TypeSpecification
:
2179
case HandleKind.
TypeSpecification
:
2263
containerType == HandleKind.
TypeSpecification
);
2267
containerType != HandleKind.
TypeSpecification
)
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\MetadataReaderUtils.cs (1)
401
case HandleKind.
TypeSpecification
:
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolTree\SymbolTreeInfo_Metadata.cs (1)
691
case HandleKind.
TypeSpecification
:
Roslyn.Test.PdbUtilities (1)
EditAndContinue\EditAndContinueTestUtilities.cs (1)
76
=> kind is not (HandleKind.AssemblyReference or HandleKind.ModuleReference or HandleKind.TypeReference or HandleKind.MemberReference or HandleKind.
TypeSpecification
or HandleKind.MethodSpecification);
System.Reflection.Metadata (10)
System\Reflection\Metadata\Ecma335\CodedIndex.cs (4)
215
case HandleKind.
TypeSpecification
: return HasCustomAttributeTag.TypeSpec;
403
case HandleKind.
TypeSpecification
: return MemberRefParentTag.TypeSpec;
472
case HandleKind.
TypeSpecification
: return TypeDefOrRefOrSpecTag.TypeSpec;
572
case HandleKind.
TypeSpecification
: return HasCustomDebugInformationTag.TypeSpec;
System\Reflection\Metadata\Ecma335\CustomAttributeDecoder.cs (1)
38
if (reference.Parent.Kind == HandleKind.
TypeSpecification
)
System\Reflection\Metadata\Ecma335\Encoding\ExceptionRegionEncoder.cs (1)
76
catchType.Kind == HandleKind.
TypeSpecification
||
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
419
case HandleKind.
TypeSpecification
:
System\Reflection\Metadata\Ecma335\SignatureDecoder.cs (1)
311
case HandleKind.
TypeSpecification
:
System\Reflection\Metadata\MetadataReader.WinMD.cs (1)
616
else if (parent.Kind == HandleKind.
TypeSpecification
)
System\Reflection\Metadata\PortablePdb\ImportDefinition.cs (1)
29
typeOrNamespace.Kind == HandleKind.
TypeSpecification
);
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\General\Ecma\EcmaResolver.cs (1)
23
HandleKind.
TypeSpecification
=> ((TypeSpecificationHandle)handle).ResolveTypeSpec(module, typeContext),
System\Reflection\TypeLoading\General\Ecma\EcmaToStringHelpers.cs (1)
33
case HandleKind.
TypeSpecification
: