Implemented interface member:
method
IsInternalMicrosoftMachineAsync
Aspire.Cli.Telemetry.IInternalMicrosoftDetector.IsInternalMicrosoftMachineAsync(System.Threading.CancellationToken)
6 references to IsInternalMicrosoftMachineAsync
Aspire.Cli.Tests (6)
Telemetry\InternalMicrosoftDetectorTests.cs (6)
48
var result = await detector.
IsInternalMicrosoftMachineAsync
();
77
var result = await detector.
IsInternalMicrosoftMachineAsync
();
118
var result = await detector.
IsInternalMicrosoftMachineAsync
();
162
var result = await detector.
IsInternalMicrosoftMachineAsync
();
204
var result = await detector.
IsInternalMicrosoftMachineAsync
();
224
var result = await detector.
IsInternalMicrosoftMachineAsync
();