1 write to _withImportChainEntry
Microsoft.CodeAnalysis.CSharp (1)
Binder\WithUsingNamespacesAndTypesBinder.cs (1)
28
_withImportChainEntry
= withImportChainEntry;
2 references to _withImportChainEntry
Microsoft.CodeAnalysis.CSharp (2)
Binder\WithUsingNamespacesAndTypesBinder.cs (2)
224
if (
_withImportChainEntry
)
232
Debug.Assert(_lazyImportChain != null || !
_withImportChainEntry
);