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