1 write to _withImportChainEntry
Microsoft.CodeAnalysis.CSharp (1)
Binder\WithUsingNamespacesAndTypesBinder.cs (1)
28_withImportChainEntry = withImportChainEntry;
3 references to _withImportChainEntry
Microsoft.CodeAnalysis.CSharp (3)
Binder\WithUsingNamespacesAndTypesBinder.cs (3)
32internal bool WithImportChainEntry => _withImportChainEntry; 238if (_withImportChainEntry) 246Debug.Assert(_lazyImportChain != null || !_withImportChainEntry);