2 instantiations of QuickAttributeChecker
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceFile.vb (1)
109Dim checker As New QuickAttributeChecker(_sourceModule.QuickAttributeChecker)
Symbols\Source\SourceModuleSymbol.vb (1)
327Dim checker As New QuickAttributeChecker()
15 references to QuickAttributeChecker
Microsoft.CodeAnalysis.VisualBasic (15)
Binding\BackstopBinder.vb (1)
275Public Overrides ReadOnly Property QuickAttributeChecker As QuickAttributeChecker
Binding\Binder.vb (1)
1146Public Overridable ReadOnly Property QuickAttributeChecker As QuickAttributeChecker
Binding\SourceFileBinder.vb (1)
87Public Overrides ReadOnly Property QuickAttributeChecker As QuickAttributeChecker
Binding\SourceModuleBinder.vb (1)
71Public Overrides ReadOnly Property QuickAttributeChecker As QuickAttributeChecker
Declarations\DeclarationTreeBuilder.vb (2)
247result = result Or QuickAttributeHelpers.GetQuickAttributes(QuickAttributeChecker.GetFinalName(simpleImportsClause.Name), inAttribute:=False) 575result = result Or QuickAttributeHelpers.GetQuickAttributes(QuickAttributeChecker.GetFinalName(attribute.Name), inAttribute:=True)
Symbols\Source\QuickAttributeChecker.vb (1)
31Public Sub New(other As QuickAttributeChecker)
Symbols\Source\SourceFile.vb (3)
32Private _lazyQuickAttributeChecker As QuickAttributeChecker 97Public ReadOnly Property QuickAttributeChecker As QuickAttributeChecker 107Private Function CreateQuickAttributeChecker() As QuickAttributeChecker
Symbols\Source\SourceModuleSymbol.vb (3)
78Private _lazyQuickAttributeChecker As QuickAttributeChecker 259Public ReadOnly Property QuickAttributeChecker As QuickAttributeChecker 325Private Function CreateQuickAttributeChecker() As QuickAttributeChecker
Symbols\Source\SourceNamedTypeSymbol_GroupClass.vb (1)
135Dim quickChecker As QuickAttributeChecker = binder.QuickAttributeChecker
Symbols\Source\SourceNamedTypeSymbol.vb (1)
1889Dim name = QuickAttributeChecker.GetFinalName(simpleImportsClause.Name)