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