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; 285if (_withImportChainEntry) 293Debug.Assert(_lazyImportChain != null || !_withImportChainEntry);