2 references to True
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\InternalUtilities\ThreeState.cs (2)
23
return value ? ThreeState.
True
: ThreeState.False;
34
return value == ThreeState.
True
;