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