19 references to IsSimple
System.Private.Uri (19)
System\Uri.cs (13)
256
if (_syntax.
IsSimple
)
561
if (baseUri.Syntax!.
IsSimple
)
607
if (baseUri.Syntax!.
IsSimple
)
826
if (_syntax.
IsSimple
)
857
if (_syntax.
IsSimple
)
1111
if (_syntax.
IsSimple
)
1589
_syntax.
IsSimple
?
1618
if (!_syntax.
IsSimple
)
1785
if (!UserDrivenParsing && !other.UserDrivenParsing && Syntax!.
IsSimple
&& other.Syntax.
IsSimple
)
1973
Debug.Assert(_syntax != null && !_syntax.
IsSimple
);
2414
if (!_syntax.
IsSimple
)
3730
Debug.Assert((_flags & Flags.Debug_LeftConstructor) == 0 || (!_syntax.
IsSimple
&& Monitor.IsEntered(_info)));
System\UriExt.cs (6)
106
if (_syntax.
IsSimple
)
273
if (baseUri.Syntax.
IsSimple
)
320
if (Syntax.
IsSimple
)
358
if (IsNotAbsoluteUri || Syntax.
IsSimple
)
712
Debug.Assert(!syntax.
IsSimple
, "A UriPraser threw on InitializeAndValidate.");
903
if (Syntax.
IsSimple
)