5 references to Debug_LeftConstructor
System.Private.Uri (5)
System\Uri.cs (5)
141
_flags |= Flags.
Debug_LeftConstructor
;
196
Debug.Assert((_flags & Flags.
Debug_LeftConstructor
) == 0);
1958
Debug.Assert((flags & Flags.
Debug_LeftConstructor
) == 0);
3656
Debug.Assert((flags & Flags.
Debug_LeftConstructor
) == 0);
3824
Debug.Assert((_flags & Flags.
Debug_LeftConstructor
) == 0 || (!_syntax.IsSimple && Monitor.IsEntered(_info)));