6 references to Debug_LeftConstructor
System.Private.Uri (6)
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 (1)
892
Debug.Assert((otherUri._flags & Flags.
Debug_LeftConstructor
) != 0);