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