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