1 write to _conversions
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
72
this.
_conversions
= compilation.Conversions;
7 references to _conversions
Microsoft.CodeAnalysis.CSharp (7)
Binder\DecisionDagBuilder.cs (7)
552
return this.
_conversions
.HasIdentityOrImplicitReferenceConversion(possibleDerived, possibleBase, ref discardedUseSiteInfo);
832
Conversion conversion =
_conversions
.ClassifyBuiltInConversion(inputType, type, isChecked: false, ref useSiteInfo);
1799
var fromTestPassing = factory.FromTypeMatch(typeTest.Type,
_conversions
, ref useSiteInfo);
1824
var fromTestPassing = factory.FromNonNullMatch(
_conversions
);
1845
var fromTestPassing = factory.FromNullMatch(
_conversions
);
2081
ConstantValue? matches = ExpressionOfTypeMatchesPatternTypeForLearningFromSuccessfulTypeTest(
_conversions
, t1Type, t2Type, ref useSiteInfo);
2096
matches = Binder.ExpressionOfTypeMatchesPatternType(
_conversions
, t2Type, t1Type, ref useSiteInfo, out _);