19 references to IsSimple
System.Private.Uri (19)
System\Uri.cs (13)
204
if (_syntax.
IsSimple
)
507
if (baseUri.Syntax!.
IsSimple
)
553
if (baseUri.Syntax!.
IsSimple
)
783
if (_syntax.
IsSimple
)
814
if (_syntax.
IsSimple
)
1065
if (_syntax.
IsSimple
)
1562
_syntax.
IsSimple
?
1591
if (!_syntax.
IsSimple
)
1758
if (!UserDrivenParsing && !other.UserDrivenParsing && Syntax!.
IsSimple
&& other.Syntax.
IsSimple
)
1951
Debug.Assert(_syntax != null && !_syntax.
IsSimple
);
2420
if (!_syntax.
IsSimple
)
3787
Debug.Assert((_flags & Flags.Debug_LeftConstructor) == 0 || (!_syntax.
IsSimple
&& Monitor.IsEntered(_info)));
System\UriExt.cs (6)
103
if (_syntax.
IsSimple
)
331
if (baseUri.Syntax.
IsSimple
)
377
if (Syntax.
IsSimple
)
415
if (IsNotAbsoluteUri || Syntax.
IsSimple
)
800
Debug.Assert(!syntax!.
IsSimple
, "A UriPraser threw on InitializeAndValidate.");
992
if (Syntax.
IsSimple
)