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)
552
return this.
_conversions
.HasIdentityOrImplicitReferenceConversion(possibleDerived, possibleBase, ref discardedUseSiteInfo);
787
if (Binder.GetUnionTypeTryGetValueMethod(
_conversions
, (NamedTypeSymbol)inputInfo.DagTemp.Type, type) is MethodSymbol tryGetValue)
835
Conversion conversion =
_conversions
.ClassifyBuiltInConversion(inputType, type, isChecked: false, ref useSiteInfo);
1804
var fromTestPassing = factory.FromTypeMatch(typeTest.Type,
_conversions
, ref useSiteInfo);
1829
var fromTestPassing = factory.FromNonNullMatch(
_conversions
);
1850
var fromTestPassing = factory.FromNullMatch(
_conversions
);
2108
ConstantValue? matches = ExpressionOfTypeMatchesPatternTypeForLearningFromSuccessfulTypeTest(
_conversions
, t1Type, t2Type, ref useSiteInfo);
2123
matches = Binder.ExpressionOfTypeMatchesPatternType(
_conversions
, t2Type, t1Type, ref useSiteInfo, out _);