1 write to TypeHandleTargets
Microsoft.CodeAnalysis (1)
Symbols\Attributes\AttributeDescription.cs (1)
112
TypeHandleTargets
= (new[] {
3 references to TypeHandleTargets
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
2732
AttributeDescription.TypeHandleTargetInfo targetInfo = AttributeDescription.
TypeHandleTargets
[targetSignature[j + 1]];
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Attributes\SourceAttributeData.cs (1)
262
AttributeDescription.TypeHandleTargetInfo targetInfo = AttributeDescription.
TypeHandleTargets
[targetSignature[signatureByteIndex]];
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Attributes\SourceAttributeData.vb (1)
162
Dim targetInfo As AttributeDescription.TypeHandleTargetInfo = AttributeDescription.
TypeHandleTargets
(targetSignature(j))