5 references to TypeIdentifierAttribute
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
2713
return GetTargetAttributeSignatureIndex(customAttribute, AttributeDescription.
TypeIdentifierAttribute
);
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
346
int signatureIndex = attrData.GetTargetAttributeSignatureIndex(AttributeDescription.
TypeIdentifierAttribute
);
Symbols\Source\QuickAttributeChecker.cs (2)
49
result.AddName(AttributeDescription.
TypeIdentifierAttribute
.Name, QuickAttributes.TypeIdentifier);
168
if (matches(AttributeDescription.
TypeIdentifierAttribute
))
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1203
else if (_lazyIsExplicitDefinitionOfNoPiaLocalType == ThreeState.Unknown && attribute.IsTargetAttribute(AttributeDescription.
TypeIdentifierAttribute
))