Skip to content

Commit 133d760

Browse files
committed
Regenerate stubs to update nested class names in comments
1 parent 9ba1529 commit 133d760

36 files changed

+162
-167
lines changed

csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ public struct ParameterValue
388388
public struct ParameterView
389389
{
390390
public static Microsoft.AspNetCore.Components.ParameterView Empty { get => throw null; }
391-
// Generated from `Microsoft.AspNetCore.Components.ParameterView.Enumerator` in `Microsoft.AspNetCore.Components, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
391+
// Generated from `Microsoft.AspNetCore.Components.ParameterView+Enumerator` in `Microsoft.AspNetCore.Components, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
392392
public struct Enumerator
393393
{
394394
public Microsoft.AspNetCore.Components.ParameterValue Current { get => throw null; }

csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Abstractions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public class EndpointMetadataCollection : System.Collections.IEnumerable, System
204204
public static Microsoft.AspNetCore.Http.EndpointMetadataCollection Empty;
205205
public EndpointMetadataCollection(params object[] items) => throw null;
206206
public EndpointMetadataCollection(System.Collections.Generic.IEnumerable<object> items) => throw null;
207-
// Generated from `Microsoft.AspNetCore.Http.EndpointMetadataCollection.Enumerator` in `Microsoft.AspNetCore.Http.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
207+
// Generated from `Microsoft.AspNetCore.Http.EndpointMetadataCollection+Enumerator` in `Microsoft.AspNetCore.Http.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
208208
public struct Enumerator : System.IDisposable, System.Collections.IEnumerator, System.Collections.Generic.IEnumerator<object>
209209
{
210210
public object Current { get => throw null; }
@@ -602,7 +602,7 @@ public class RouteValueDictionary : System.Collections.IEnumerable, System.Colle
602602
public bool ContainsKey(string key) => throw null;
603603
void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string, object>>.CopyTo(System.Collections.Generic.KeyValuePair<string, object>[] array, int arrayIndex) => throw null;
604604
public int Count { get => throw null; }
605-
// Generated from `Microsoft.AspNetCore.Routing.RouteValueDictionary.Enumerator` in `Microsoft.AspNetCore.Http.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
605+
// Generated from `Microsoft.AspNetCore.Routing.RouteValueDictionary+Enumerator` in `Microsoft.AspNetCore.Http.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
606606
public struct Enumerator : System.IDisposable, System.Collections.IEnumerator, System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, object>>
607607
{
608608
public System.Collections.Generic.KeyValuePair<string, object> Current { get => throw null; }

csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public class FormCollection : System.Collections.IEnumerable, System.Collections
6868
public bool ContainsKey(string key) => throw null;
6969
public int Count { get => throw null; }
7070
public static Microsoft.AspNetCore.Http.FormCollection Empty;
71-
// Generated from `Microsoft.AspNetCore.Http.FormCollection.Enumerator` in `Microsoft.AspNetCore.Http, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
71+
// Generated from `Microsoft.AspNetCore.Http.FormCollection+Enumerator` in `Microsoft.AspNetCore.Http, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
7272
public struct Enumerator : System.IDisposable, System.Collections.IEnumerator, System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, Microsoft.Extensions.Primitives.StringValues>>
7373
{
7474
public System.Collections.Generic.KeyValuePair<string, Microsoft.Extensions.Primitives.StringValues> Current { get => throw null; }
@@ -125,7 +125,7 @@ public class HeaderDictionary : System.Collections.IEnumerable, System.Collectio
125125
public System.Int64? ContentLength { get => throw null; set => throw null; }
126126
public void CopyTo(System.Collections.Generic.KeyValuePair<string, Microsoft.Extensions.Primitives.StringValues>[] array, int arrayIndex) => throw null;
127127
public int Count { get => throw null; }
128-
// Generated from `Microsoft.AspNetCore.Http.HeaderDictionary.Enumerator` in `Microsoft.AspNetCore.Http, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
128+
// Generated from `Microsoft.AspNetCore.Http.HeaderDictionary+Enumerator` in `Microsoft.AspNetCore.Http, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
129129
public struct Enumerator : System.IDisposable, System.Collections.IEnumerator, System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, Microsoft.Extensions.Primitives.StringValues>>
130130
{
131131
public System.Collections.Generic.KeyValuePair<string, Microsoft.Extensions.Primitives.StringValues> Current { get => throw null; }
@@ -194,7 +194,7 @@ public class QueryCollection : System.Collections.IEnumerable, System.Collection
194194
public bool ContainsKey(string key) => throw null;
195195
public int Count { get => throw null; }
196196
public static Microsoft.AspNetCore.Http.QueryCollection Empty;
197-
// Generated from `Microsoft.AspNetCore.Http.QueryCollection.Enumerator` in `Microsoft.AspNetCore.Http, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
197+
// Generated from `Microsoft.AspNetCore.Http.QueryCollection+Enumerator` in `Microsoft.AspNetCore.Http, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
198198
public struct Enumerator : System.IDisposable, System.Collections.IEnumerator, System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, Microsoft.Extensions.Primitives.StringValues>>
199199
{
200200
public System.Collections.Generic.KeyValuePair<string, Microsoft.Extensions.Primitives.StringValues> Current { get => throw null; }

csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Abstractions.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ public abstract class ModelBindingContext
759759
public abstract string ModelName { get; set; }
760760
public abstract Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary ModelState { get; set; }
761761
public virtual System.Type ModelType { get => throw null; }
762-
// Generated from `Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext.NestedScope` in `Microsoft.AspNetCore.Mvc.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
762+
// Generated from `Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext+NestedScope` in `Microsoft.AspNetCore.Mvc.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
763763
public struct NestedScope : System.IDisposable
764764
{
765765
public void Dispose() => throw null;
@@ -907,7 +907,7 @@ public class ModelStateDictionary : System.Collections.IEnumerable, System.Colle
907907
public bool ContainsKey(string key) => throw null;
908908
public int Count { get => throw null; }
909909
public static int DefaultMaxAllowedErrors;
910-
// Generated from `Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.Enumerator` in `Microsoft.AspNetCore.Mvc.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
910+
// Generated from `Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary+Enumerator` in `Microsoft.AspNetCore.Mvc.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
911911
public struct Enumerator : System.IDisposable, System.Collections.IEnumerator, System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>>
912912
{
913913
public System.Collections.Generic.KeyValuePair<string, Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry> Current { get => throw null; }
@@ -930,7 +930,7 @@ public struct Enumerator : System.IDisposable, System.Collections.IEnumerator, S
930930
public bool HasReachedMaxErrors { get => throw null; }
931931
public bool IsValid { get => throw null; }
932932
public Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry this[string key] { get => throw null; }
933-
// Generated from `Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.KeyEnumerable` in `Microsoft.AspNetCore.Mvc.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
933+
// Generated from `Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary+KeyEnumerable` in `Microsoft.AspNetCore.Mvc.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
934934
public struct KeyEnumerable : System.Collections.IEnumerable, System.Collections.Generic.IEnumerable<string>
935935
{
936936
public Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.KeyEnumerator GetEnumerator() => throw null;
@@ -941,7 +941,7 @@ public struct KeyEnumerable : System.Collections.IEnumerable, System.Collections
941941
}
942942

943943

944-
// Generated from `Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.KeyEnumerator` in `Microsoft.AspNetCore.Mvc.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
944+
// Generated from `Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary+KeyEnumerator` in `Microsoft.AspNetCore.Mvc.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
945945
public struct KeyEnumerator : System.IDisposable, System.Collections.IEnumerator, System.Collections.Generic.IEnumerator<string>
946946
{
947947
public string Current { get => throw null; }
@@ -963,7 +963,7 @@ public struct KeyEnumerator : System.IDisposable, System.Collections.IEnumerator
963963
public ModelStateDictionary(int maxAllowedErrors) => throw null;
964964
public ModelStateDictionary(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary dictionary) => throw null;
965965
public ModelStateDictionary() => throw null;
966-
// Generated from `Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.PrefixEnumerable` in `Microsoft.AspNetCore.Mvc.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
966+
// Generated from `Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary+PrefixEnumerable` in `Microsoft.AspNetCore.Mvc.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
967967
public struct PrefixEnumerable : System.Collections.IEnumerable, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>>
968968
{
969969
public Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.Enumerator GetEnumerator() => throw null;
@@ -984,7 +984,7 @@ public struct PrefixEnumerable : System.Collections.IEnumerable, System.Collecti
984984
public bool TryAddModelException(string key, System.Exception exception) => throw null;
985985
public bool TryGetValue(string key, out Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry value) => throw null;
986986
public Microsoft.AspNetCore.Mvc.ModelBinding.ModelValidationState ValidationState { get => throw null; }
987-
// Generated from `Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.ValueEnumerable` in `Microsoft.AspNetCore.Mvc.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
987+
// Generated from `Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary+ValueEnumerable` in `Microsoft.AspNetCore.Mvc.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
988988
public struct ValueEnumerable : System.Collections.IEnumerable, System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>
989989
{
990990
public Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.ValueEnumerator GetEnumerator() => throw null;
@@ -995,7 +995,7 @@ public struct ValueEnumerable : System.Collections.IEnumerable, System.Collectio
995995
}
996996

997997

998-
// Generated from `Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.ValueEnumerator` in `Microsoft.AspNetCore.Mvc.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
998+
// Generated from `Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary+ValueEnumerator` in `Microsoft.AspNetCore.Mvc.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
999999
public struct ValueEnumerator : System.IDisposable, System.Collections.IEnumerator, System.Collections.Generic.IEnumerator<Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>
10001000
{
10011001
public Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry Current { get => throw null; }

csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Core.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2182,7 +2182,7 @@ public abstract class EventData : System.Collections.IEnumerable, System.Collect
21822182
{
21832183
protected abstract int Count { get; }
21842184
int System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<string, object>>.Count { get => throw null; }
2185-
// Generated from `Microsoft.AspNetCore.Mvc.Diagnostics.EventData.Enumerator` in `Microsoft.AspNetCore.Mvc.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
2185+
// Generated from `Microsoft.AspNetCore.Mvc.Diagnostics.EventData+Enumerator` in `Microsoft.AspNetCore.Mvc.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
21862186
public struct Enumerator : System.IDisposable, System.Collections.IEnumerator, System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, object>>
21872187
{
21882188
public System.Collections.Generic.KeyValuePair<string, object> Current { get => throw null; }
@@ -2691,7 +2691,7 @@ public abstract class OutputFormatterSelector
26912691
public class PhysicalFileResultExecutor : Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase, Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor<Microsoft.AspNetCore.Mvc.PhysicalFileResult>
26922692
{
26932693
public virtual System.Threading.Tasks.Task ExecuteAsync(Microsoft.AspNetCore.Mvc.ActionContext context, Microsoft.AspNetCore.Mvc.PhysicalFileResult result) => throw null;
2694-
// Generated from `Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor.FileMetadata` in `Microsoft.AspNetCore.Mvc.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
2694+
// Generated from `Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor+FileMetadata` in `Microsoft.AspNetCore.Mvc.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
26952695
protected class FileMetadata
26962696
{
26972697
public bool Exists { get => throw null; set => throw null; }
@@ -3723,7 +3723,7 @@ public class ValidationVisitor
37233723
protected Microsoft.AspNetCore.Mvc.ModelBinding.IModelMetadataProvider MetadataProvider { get => throw null; }
37243724
protected object Model { get => throw null; set => throw null; }
37253725
protected Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary ModelState { get => throw null; }
3726-
// Generated from `Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationVisitor.StateManager` in `Microsoft.AspNetCore.Mvc.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
3726+
// Generated from `Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationVisitor+StateManager` in `Microsoft.AspNetCore.Mvc.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
37273727
protected struct StateManager : System.IDisposable
37283728
{
37293729
public void Dispose() => throw null;

csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.ViewFeatures.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@ public class AttributeDictionary : System.Collections.IEnumerable, System.Collec
10431043
public bool ContainsKey(string key) => throw null;
10441044
public void CopyTo(System.Collections.Generic.KeyValuePair<string, string>[] array, int arrayIndex) => throw null;
10451045
public int Count { get => throw null; }
1046-
// Generated from `Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary.Enumerator` in `Microsoft.AspNetCore.Mvc.ViewFeatures, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
1046+
// Generated from `Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary+Enumerator` in `Microsoft.AspNetCore.Mvc.ViewFeatures, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
10471047
public struct Enumerator : System.IDisposable, System.Collections.IEnumerator, System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, string>>
10481048
{
10491049
public System.Collections.Generic.KeyValuePair<string, string> Current { get => throw null; }

csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Routing.Abstractions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public class RouteData
7878
public RouteData(Microsoft.AspNetCore.Routing.RouteValueDictionary values) => throw null;
7979
public RouteData(Microsoft.AspNetCore.Routing.RouteData other) => throw null;
8080
public RouteData() => throw null;
81-
// Generated from `Microsoft.AspNetCore.Routing.RouteData.RouteDataSnapshot` in `Microsoft.AspNetCore.Routing.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
81+
// Generated from `Microsoft.AspNetCore.Routing.RouteData+RouteDataSnapshot` in `Microsoft.AspNetCore.Routing.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
8282
public struct RouteDataSnapshot
8383
{
8484
public void Restore() => throw null;

csharp/ql/test/resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.SignalR.Core.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public class HubConnectionStore
195195
{
196196
public void Add(Microsoft.AspNetCore.SignalR.HubConnectionContext connection) => throw null;
197197
public int Count { get => throw null; }
198-
// Generated from `Microsoft.AspNetCore.SignalR.HubConnectionStore.Enumerator` in `Microsoft.AspNetCore.SignalR.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
198+
// Generated from `Microsoft.AspNetCore.SignalR.HubConnectionStore+Enumerator` in `Microsoft.AspNetCore.SignalR.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
199199
public struct Enumerator : System.IDisposable, System.Collections.IEnumerator, System.Collections.Generic.IEnumerator<Microsoft.AspNetCore.SignalR.HubConnectionContext>
200200
{
201201
public Microsoft.AspNetCore.SignalR.HubConnectionContext Current { get => throw null; }

0 commit comments

Comments
 (0)