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