2 writes to _hasResult
Microsoft.Maui (2)
Primitives\RetrievePlatformValueRequest.cs (2)
30 _hasResult = true; 44 _hasResult = true;
3 references to _hasResult
Microsoft.Maui (3)
Primitives\RetrievePlatformValueRequest.cs (3)
17 public T Result => _hasResult ? _result! : throw new InvalidOperationException("No result value was set."); 26 if (_hasResult) 40 if (_hasResult)