4 references to TypeIdentifier
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\QuickAttributeChecker.cs (2)
49
result.AddName(AttributeDescription.TypeIdentifierAttribute.Name, QuickAttributes.
TypeIdentifier
);
168
result |= QuickAttributes.
TypeIdentifier
;
Symbols\Source\SourceNamedTypeSymbol.cs (2)
1266
ImmutableArray<SyntaxList<AttributeListSyntax>> attributeLists = GetAttributeDeclarations(QuickAttributes.
TypeIdentifier
);
1277
if (checker.IsPossibleMatch(attr, QuickAttributes.
TypeIdentifier
))