1 write to _lazyPredefinedQuickAttributeChecker
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\QuickAttributeChecker.cs (1)
39Interlocked.CompareExchange(ref _lazyPredefinedQuickAttributeChecker, CreatePredefinedQuickAttributeChecker(), null);
2 references to _lazyPredefinedQuickAttributeChecker
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\QuickAttributeChecker.cs (2)
37if (_lazyPredefinedQuickAttributeChecker is null) 42return _lazyPredefinedQuickAttributeChecker;