1 write to _conversions
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
72
this.
_conversions
= compilation.Conversions;
8 references to _conversions
Microsoft.CodeAnalysis.CSharp (8)
Binder\DecisionDagBuilder.cs (8)
560
return this.
_conversions
.HasIdentityOrImplicitReferenceConversion(possibleDerived, possibleBase, ref discardedUseSiteInfo);
795
if (((NamedTypeSymbol)inputInfo.DagTemp.Type).GetUnionTypeTryGetValueMethod(
_conversions
, type) is MethodSymbol tryGetValue)
843
Conversion conversion =
_conversions
.ClassifyBuiltInConversion(inputType, type, isChecked: false, ref useSiteInfo);
1832
var fromTestPassing = factory.FromTypeMatch(typeTest.Type,
_conversions
, ref useSiteInfo);
1857
var fromTestPassing = factory.FromNonNullMatch(
_conversions
);
1878
var fromTestPassing = factory.FromNullMatch(
_conversions
);
2135
ConstantValue? matches = ExpressionOfTypeMatchesPatternTypeForLearningFromSuccessfulTypeTest(
_conversions
, t1Type, t2Type, ref useSiteInfo);
2150
matches = Binder.ExpressionOfTypeMatchesPatternType(
_conversions
, t2Type, t1Type, ref useSiteInfo, out _);