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