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