1 write to ParentOpt
Microsoft.CodeAnalysis.CSharp (1)
Binder\ImportChain.cs (1)
27
ParentOpt
= parentOpt;
6 references to ParentOpt
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (1)
6450
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)
5320
for (var chain = binder?.ImportChain; chain != null; chain = chain.
ParentOpt
)
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler.UnitTests (1)
UsingDebugInfoTests.cs (1)
1269
for (var chain = importChain; chain != null; chain = chain.
ParentOpt
)