From: Santiago Fernandez Madero Date: Mon, 17 Jun 2019 16:12:53 +0000 (-0700) Subject: Re-generate System.Collections.Immutable ref assembly and fix a param name (dotnet... X-Git-Tag: submit/tizen/20210909.063632~11031^2~1268 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4cbc6120cc3a63eeb1ade839ae7ff5898f9e3e3b;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Re-generate System.Collections.Immutable ref assembly and fix a param name (dotnet/corefx#38264) * Re-generate System.Collections.Immutable ref assembly and fix a param name * Use builder as the param name instead Commit migrated from https://github.com/dotnet/corefx/commit/2e6661d4cceeff2549b0299ec54e9f3b34c09b20 --- diff --git a/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.cs b/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.cs index 870c4cc..1c80731 100644 --- a/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.cs +++ b/src/libraries/System.Collections.Immutable/ref/System.Collections.Immutable.cs @@ -96,7 +96,7 @@ namespace System.Collections.Immutable } public partial struct ImmutableArray : System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.Generic.IList, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Collections.Immutable.IImmutableList, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable, System.IEquatable> { - internal T[] array; + private T[] array; private object _dummy; public static readonly System.Collections.Immutable.ImmutableArray Empty; public bool IsDefault { get { throw null; } } @@ -251,6 +251,7 @@ namespace System.Collections.Immutable { private readonly T[] _array; private object _dummy; + private int _dummyPrimitive; public T Current { get { throw null; } } public bool MoveNext() { throw null; } } @@ -385,6 +386,7 @@ namespace System.Collections.Immutable public partial struct Enumerator : System.Collections.Generic.IEnumerator>, System.Collections.IEnumerator, System.IDisposable { private object _dummy; + private int _dummyPrimitive; public System.Collections.Generic.KeyValuePair Current { get { throw null; } } object System.Collections.IEnumerator.Current { get { throw null; } } public void Dispose() { } @@ -485,6 +487,7 @@ namespace System.Collections.Immutable public partial struct Enumerator : System.Collections.Generic.IEnumerator, System.Collections.IEnumerator, System.IDisposable { private object _dummy; + private int _dummyPrimitive; public T Current { get { throw null; } } object System.Collections.IEnumerator.Current { get { throw null; } } public void Dispose() { } @@ -697,6 +700,7 @@ namespace System.Collections.Immutable public partial struct Enumerator : System.Collections.Generic.IEnumerator, System.Collections.IEnumerator, System.IDisposable { private object _dummy; + private int _dummyPrimitive; public T Current { get { throw null; } } object System.Collections.IEnumerator.Current { get { throw null; } } public void Dispose() { } @@ -753,7 +757,7 @@ namespace System.Collections.Immutable public static System.Collections.Immutable.ImmutableSortedDictionary ToImmutableSortedDictionary(this System.Collections.Generic.IEnumerable> source) { throw null; } public static System.Collections.Immutable.ImmutableSortedDictionary ToImmutableSortedDictionary(this System.Collections.Generic.IEnumerable> source, System.Collections.Generic.IComparer keyComparer) { throw null; } public static System.Collections.Immutable.ImmutableSortedDictionary ToImmutableSortedDictionary(this System.Collections.Generic.IEnumerable> source, System.Collections.Generic.IComparer keyComparer, System.Collections.Generic.IEqualityComparer valueComparer) { throw null; } - public static System.Collections.Immutable.ImmutableSortedDictionary ToImmutableSortedDictionary(this System.Collections.Immutable.ImmutableSortedDictionary.Builder source) { throw null; } + public static System.Collections.Immutable.ImmutableSortedDictionary ToImmutableSortedDictionary(this System.Collections.Immutable.ImmutableSortedDictionary.Builder builder) { throw null; } public static System.Collections.Immutable.ImmutableSortedDictionary ToImmutableSortedDictionary(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Func elementSelector) { throw null; } public static System.Collections.Immutable.ImmutableSortedDictionary ToImmutableSortedDictionary(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Func elementSelector, System.Collections.Generic.IComparer keyComparer) { throw null; } public static System.Collections.Immutable.ImmutableSortedDictionary ToImmutableSortedDictionary(this System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Func elementSelector, System.Collections.Generic.IComparer keyComparer, System.Collections.Generic.IEqualityComparer valueComparer) { throw null; } @@ -871,6 +875,7 @@ namespace System.Collections.Immutable public partial struct Enumerator : System.Collections.Generic.IEnumerator>, System.Collections.IEnumerator, System.IDisposable { private object _dummy; + private int _dummyPrimitive; public System.Collections.Generic.KeyValuePair Current { get { throw null; } } object System.Collections.IEnumerator.Current { get { throw null; } } public void Dispose() { } @@ -1003,6 +1008,7 @@ namespace System.Collections.Immutable public partial struct Enumerator : System.Collections.Generic.IEnumerator, System.Collections.IEnumerator, System.IDisposable { private object _dummy; + private int _dummyPrimitive; public T Current { get { throw null; } } object System.Collections.IEnumerator.Current { get { throw null; } } public void Dispose() { }