2 references to WithWasConverted
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
406return result?.WithWasConverted();
BoundTree\VariablePendingInference.cs (1)
76return new BoundLocal(this.Syntax, localSymbol, BoundLocalDeclarationKind.WithInferredType, constantValueOpt: null, isNullableUnknown: false, type: type.Type, hasErrors: this.HasErrors || inferenceFailed).WithWasConverted();