1 write to currentRecursionDepth
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\Conversions\ConversionsBase.cs (1)
41this.currentRecursionDepth = currentRecursionDepth;
5 references to currentRecursionDepth
Microsoft.CodeAnalysis.CSharp (5)
Binder\Semantics\Conversions\Conversions.cs (1)
41return new Conversions(_binder, currentRecursionDepth, includeNullability, this);
Binder\Semantics\Conversions\ConversionsBase.cs (3)
37Debug.Assert(otherNullabilityOpt == null || currentRecursionDepth == otherNullabilityOpt.currentRecursionDepth); 3118if (currentRecursionDepth >= MaximumRecursionDepth) 3134return this.CreateInstance(currentRecursionDepth + 1).
Binder\Semantics\Conversions\TypeConversions.cs (1)
33return new TypeConversions(corLibrary, currentRecursionDepth, includeNullability, this);