5 references to Debug_LeftConstructor
System.Private.Uri (5)
System\Uri.cs (5)
142
_flags |= Flags.
Debug_LeftConstructor
;
148
Debug.Assert((_flags & Flags.
Debug_LeftConstructor
) == 0);
1908
Debug.Assert((flags & Flags.
Debug_LeftConstructor
) == 0);
3619
Debug.Assert((flags & Flags.
Debug_LeftConstructor
) == 0);
3787
Debug.Assert((_flags & Flags.
Debug_LeftConstructor
) == 0 || (!_syntax.IsSimple && Monitor.IsEntered(_info)));