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