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