2 writes to IsValid
Aspire.Hosting (2)
Ats\LanguageModels.cs (2)
54
public static DetectionResult NotFound => new() {
IsValid
= false };
61
IsValid
= true,
1 reference to IsValid
Aspire.Hosting.RemoteHost (1)
Language\LanguageService.cs (1)
82
if (result.
IsValid
)