7 references to TF_boolean
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (7)
1692else if (iTypeFlags == (TF_boolean | TF_string)) 1702case TF_boolean: 1739case TF_boolean | TF_string: 1778return TF_boolean | TF_string; 1780return TF_boolean | TF_string; 2113return TF_boolean | TF_byte | TF_short | TF_int | TF_long | TF_integer | TF_decimal | TF_float | TF_double | 2443return TF_boolean | TF_string;