2 writes to _gettingHingeAngle
Microsoft.Maui.Controls.Foldable (2)
Android\FoldableService.cs (2)
259
_gettingHingeAngle
= new TaskCompletionSource<int>();
401
_gettingHingeAngle
= null;
3 references to _gettingHingeAngle
Microsoft.Maui.Controls.Foldable (3)
Android\FoldableService.cs (3)
257
if (
_gettingHingeAngle
== null)
263
returnValue =
_gettingHingeAngle
.Task;
400
toSet =
_gettingHingeAngle
;