1 write to ParentOpt
Microsoft.CodeAnalysis.CSharp (1)
Binder\ImportChain.cs (1)
27
ParentOpt
= parentOpt;
5 references to ParentOpt
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (1)
7516
for (var chain = this.ImportChain; chain != null; chain = chain.
ParentOpt
)
Binder\ImportChain.cs (3)
32
return $"{Imports.GetDebuggerDisplay()} ^ {
ParentOpt
?.GetHashCode() ?? 0}";
46
for (var scope = this; scope != null; scope = scope.
ParentOpt
)
159
Cci.IImportScope Cci.IImportScope.Parent =>
ParentOpt
;
Compilation\CSharpSemanticModel.cs (1)
5404
for (var chain = binder?.ImportChain; chain != null; chain = chain.
ParentOpt
)