10 references to TypeIdentifierAttribute
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
2446
return GetTargetAttributeSignatureIndex(customAttribute, AttributeDescription.
TypeIdentifierAttribute
);
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
346
int signatureIndex = attrData.GetTargetAttributeSignatureIndex(type, AttributeDescription.
TypeIdentifierAttribute
);
Symbols\Source\QuickAttributeChecker.cs (2)
49
result.AddName(AttributeDescription.
TypeIdentifierAttribute
.Name, QuickAttributes.TypeIdentifier);
166
if (matches(AttributeDescription.
TypeIdentifierAttribute
))
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1143
else if (_lazyIsExplicitDefinitionOfNoPiaLocalType == ThreeState.Unknown && attribute.IsTargetAttribute(this, AttributeDescription.
TypeIdentifierAttribute
))
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\Retargeting\RetargetingSymbolTranslator.vb (1)
268
Dim signatureIndex = attrData.GetTargetAttributeSignatureIndex(type, AttributeDescription.
TypeIdentifierAttribute
)
Symbols\Source\QuickAttributeChecker.vb (1)
162
ElseIf Matches(name, inAttribute, AttributeDescription.
TypeIdentifierAttribute
) Then
Symbols\Source\SourceModuleSymbol.vb (1)
331
checker.AddName(AttributeDescription.
TypeIdentifierAttribute
.Name, QuickAttributes.TypeIdentifier)
Symbols\Source\SourceNamedTypeSymbol.vb (2)
1817
AttributeDescription.
TypeIdentifierAttribute
.Name
2291
attrData.IsTargetAttribute(Me, AttributeDescription.
TypeIdentifierAttribute
) Then