6 references to TypeIdentifier
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\Source\QuickAttributeChecker.vb (3)
137Last = TypeIdentifier 148Debug.Assert(QuickAttributes.Last = QuickAttributes.TypeIdentifier) 161result = result Or QuickAttributes.TypeIdentifier
Symbols\Source\SourceModuleSymbol.vb (1)
333checker.AddName(AttributeDescription.TypeIdentifierAttribute.Name, QuickAttributes.TypeIdentifier)
Symbols\Source\SourceNamedTypeSymbol.vb (2)
2338Dim attributeLists As ImmutableArray(Of SyntaxList(Of AttributeListSyntax)) = GetAttributeDeclarations(QuickAttributes.TypeIdentifier) 2345If (sourceFile.QuickAttributeChecker.CheckAttribute(attr) And QuickAttributes.TypeIdentifier) <> 0 Then