5 references to ForBool
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.cs (1)
45
SpecialType.System_Boolean =>
ForBool
,
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Utilities\ValueSetTests.cs (4)
394
var t =
ForBool
.Related(Equal, true);
395
var f =
ForBool
.Related(Equal, false);
505
Assert.Same(
ForBool
, ForSpecialType(SpecialType.System_Boolean));
866
ForBool
,