19 references to IsSimple
System.Private.Uri (19)
System\Uri.cs (13)
251
if (_syntax.
IsSimple
)
556
if (baseUri.Syntax!.
IsSimple
)
602
if (baseUri.Syntax!.
IsSimple
)
830
if (_syntax.
IsSimple
)
861
if (_syntax.
IsSimple
)
1115
if (_syntax.
IsSimple
)
1612
_syntax.
IsSimple
?
1641
if (!_syntax.
IsSimple
)
1808
if (!UserDrivenParsing && !other.UserDrivenParsing && Syntax!.
IsSimple
&& other.Syntax.
IsSimple
)
1998
Debug.Assert(_syntax != null && !_syntax.
IsSimple
);
2466
if (!_syntax.
IsSimple
)
3824
Debug.Assert((_flags & Flags.Debug_LeftConstructor) == 0 || (!_syntax.
IsSimple
&& Monitor.IsEntered(_info)));
System\UriExt.cs (6)
103
if (_syntax.
IsSimple
)
327
if (baseUri.Syntax.
IsSimple
)
373
if (Syntax.
IsSimple
)
411
if (IsNotAbsoluteUri || Syntax.
IsSimple
)
796
Debug.Assert(!syntax!.
IsSimple
, "A UriPraser threw on InitializeAndValidate.");
988
if (Syntax.
IsSimple
)