7 references to Debug_LeftConstructor
System.Private.Uri (7)
System\Uri.cs (5)
150
_flags |= Flags.
Debug_LeftConstructor
;
205
Debug.Assert((_flags & Flags.
Debug_LeftConstructor
) == 0);
1917
Debug.Assert((flags & Flags.
Debug_LeftConstructor
) == 0);
3510
Debug.Assert((flags & Flags.
Debug_LeftConstructor
) == 0);
3675
Debug.Assert((_flags & Flags.
Debug_LeftConstructor
) == 0 || (!_syntax.IsSimple && Monitor.IsEntered(_info)));
System\UriExt.cs (2)
898
Debug.Assert((otherUri._flags & Flags.
Debug_LeftConstructor
) != 0);
900
_flags = otherUri._flags & ~Flags.
Debug_LeftConstructor
;