5 references to Debug_LeftConstructor
System.Private.Uri (5)
System\Uri.cs (5)
146_flags |= Flags.Debug_LeftConstructor; 201Debug.Assert((_flags & Flags.Debug_LeftConstructor) == 0); 1933Debug.Assert((flags & Flags.Debug_LeftConstructor) == 0); 3564Debug.Assert((flags & Flags.Debug_LeftConstructor) == 0); 3730Debug.Assert((_flags & Flags.Debug_LeftConstructor) == 0 || (!_syntax.IsSimple && Monitor.IsEntered(_info)));