2 references to TryReadBool
System.Windows.Forms.Analyzers.CSharp.Tests (2)
Generators\ProjectFileReaderTests.cs (2)
52bool result = TryReadBool(provider, "myvalue", defaultValue: false, out bool returnedValue, out Diagnostic? diagnostic); 78bool result = TryReadBool(provider, "myvalue", defaultValue: true, out bool returnedValue, out Diagnostic? diagnostic);