3 types derived from Queue
System.Private.CoreLib (1)
System.Windows.Input.Manipulations (2)
128 instantiations of Queue
ConfigurationSchemaGenerator (2)
dotnet-svcutil-lib (6)
illink (7)
Microsoft.AspNetCore.Components (2)
Microsoft.AspNetCore.Components.Endpoints (1)
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Microsoft.AspNetCore.Components.WebAssembly (1)
Microsoft.AspNetCore.Components.WebView (1)
Microsoft.AspNetCore.Http.Extensions (1)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Microsoft.AspNetCore.TestHost (1)
Microsoft.Build (7)
Microsoft.Build.Tasks.CodeAnalysis (1)
Microsoft.Cci.Extensions (2)
Microsoft.CodeAnalysis (8)
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Microsoft.CodeAnalysis.EditorFeatures (1)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.Test.Utilities (1)
Microsoft.CodeAnalysis.UnitTests (1)
Microsoft.CodeAnalysis.VisualBasic (3)
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.DotNet.AsmDiff (2)
Microsoft.DotNet.Build.Tasks.Packaging (1)
Microsoft.Extensions.Http.Diagnostics (1)
Microsoft.Extensions.Http.Resilience.Tests (1)
Microsoft.Extensions.Logging.Console (1)
Microsoft.ML.AutoML (2)
Microsoft.ML.Core (2)
Microsoft.ML.Core.Tests (1)
Microsoft.ML.FastTree (2)
Microsoft.ML.StandardTrainers (1)
Microsoft.ML.Sweeper (1)
Microsoft.ML.Transforms (1)
Microsoft.VisualStudio.LanguageServices (3)
MSBuild (1)
MSBuildTaskHost (1)
PresentationCore (4)
PresentationFramework (3)
RunTests (1)
Shared.Tests (1)
System.CodeDom (1)
System.Collections (2)
System.ComponentModel.Composition (2)
System.Composition.Hosting (1)
System.Diagnostics.Process (2)
System.Formats.Nrbf (1)
System.IO.Ports (2)
System.Linq (3)
System.Linq.Expressions (1)
System.Linq.Parallel (3)
System.Private.CoreLib (2)
System.Private.DataContractSerialization (3)
System.Private.Windows.Core (1)
System.Private.Xml (2)
System.Resources.Extensions (1)
System.Text.Json (2)
System.Text.Json.SourceGeneration (2)
System.Text.RegularExpressions (1)
System.Threading.Tasks.Dataflow (3)
System.Windows.Forms (3)
System.Xaml (5)
VBCSCompiler.UnitTests (1)
298 references to Queue
ConfigurationSchemaGenerator (3)
dotnet-svcutil-lib (12)
illink (11)
Microsoft.AspNetCore.Components (2)
Microsoft.AspNetCore.Components.Endpoints (11)
Microsoft.AspNetCore.Components.Endpoints.Tests (3)
Binding\FormDataMapperTests.cs (3)
769var expected = new Queue<int>(new[] { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 });
770CanDeserialize_Collection<Queue<int>, Queue<int>, int>(expected);
Microsoft.AspNetCore.Components.WebAssembly (1)
Microsoft.AspNetCore.Components.WebView (1)
Microsoft.AspNetCore.Http.Extensions (11)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Microsoft.AspNetCore.TestHost (1)
Microsoft.Build (7)
Microsoft.Build.Tasks.CodeAnalysis (1)
Microsoft.Cci.Extensions (2)
Microsoft.CodeAnalysis (36)
Syntax\SyntaxDiffer.cs (18)
519public readonly Queue<SyntaxNodeOrToken>? OldNodes;
520public readonly Queue<SyntaxNodeOrToken>? NewNodes;
522internal ChangeRecord(TextChangeRange range, Queue<SyntaxNodeOrToken>? oldNodes, Queue<SyntaxNodeOrToken>? newNodes)
533var removedNodes = CopyFirst(_oldNodes, oldNodeCount);
554var removedNodes = CopyFirst(_oldNodes, oldNodeCount);
557var insertedNodes = CopyFirst(_newNodes, newNodeCount);
566var insertedNodes = CopyFirst(_newNodes, newNodeCount);
616Queue<SyntaxNodeOrToken> CreateQueue(SyntaxNodeOrToken nodeOrToken)
618var queue = new Queue<SyntaxNodeOrToken>();
649private static TextSpan GetSpan(Queue<SyntaxNodeOrToken> queue, int first, int length)
674private static Queue<SyntaxNodeOrToken>? Combine(Queue<SyntaxNodeOrToken>? first, Queue<SyntaxNodeOrToken>? next)
694private static Queue<SyntaxNodeOrToken>? CopyFirst(Stack<SyntaxNodeOrToken> stack, int n)
701var queue = new Queue<SyntaxNodeOrToken>(n);
819private static string GetText(Queue<SyntaxNodeOrToken>? queue)
834private static void CopyText(Queue<SyntaxNodeOrToken>? queue, StringBuilder builder)
Microsoft.CodeAnalysis.CodeStyle (15)
Microsoft.CodeAnalysis.CSharp (4)
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Analyzers\CSharp\Analyzers\UseCollectionExpression\CSharpUseCollectionExpressionForFluentDiagnosticAnalyzer.cs (1)
50nameof(Queue<int>),
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\Analyzers\UseCollectionExpression\CSharpUseCollectionExpressionForFluentDiagnosticAnalyzer.cs (1)
50nameof(Queue<int>),
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Microsoft.CodeAnalysis.EditorFeatures (1)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.Test.Utilities (1)
Microsoft.CodeAnalysis.UnitTests (1)
Microsoft.CodeAnalysis.VisualBasic (11)
Microsoft.CodeAnalysis.Workspaces (18)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (15)
Microsoft.DotNet.AsmDiff (2)
Microsoft.DotNet.Build.Tasks.Packaging (1)
Microsoft.Extensions.AI.Abstractions.Tests (2)
Microsoft.Extensions.Http.Diagnostics (1)
Microsoft.Extensions.Http.Resilience.Tests (1)
Microsoft.Extensions.Logging.Console (1)
Microsoft.ML.AutoML (2)
Microsoft.ML.Core (2)
Microsoft.ML.Core.Tests (1)
Microsoft.ML.FastTree (2)
Microsoft.ML.StandardTrainers (1)
Microsoft.ML.Sweeper (1)
Microsoft.ML.Transforms (1)
Microsoft.VisualStudio.LanguageServices (4)
MSBuild (1)
MSBuildTaskHost (1)
mscorlib (1)
netstandard (1)
PresentationCore (4)
PresentationFramework (2)
RunTests (1)
Shared.Tests (4)
System (1)
System.CodeDom (1)
System.Collections (3)
System.ComponentModel.Composition (5)
System\ComponentModel\Composition\ContractNameServices.cs (5)
128Queue<Type> genericTypeArguments = new Queue<Type>(type.GetGenericArguments());
219private static void WriteGenericType(StringBuilder typeName, Type type, bool isDefinition, Queue<Type> genericTypeArguments, bool formatGenericName)
241private static void WriteGenericTypeName(StringBuilder typeName, Type type, bool isDefinition, Queue<Type> genericTypeArguments, bool formatGenericName)
256private static void WriteTypeArgumentsString(StringBuilder typeName, int argumentsCount, bool isDefinition, Queue<Type> genericTypeArguments, bool formatGenericName)
303Queue<Type> typeArguments = new Queue<Type>(types);
System.Composition.Hosting (1)
System.Diagnostics.Process (2)
System.Formats.Nrbf (1)
System.IO.Ports (4)
System.Linq (2)
System.Linq.Expressions (1)
System.Linq.Parallel (10)
System.Private.CoreLib (8)
System.Private.DataContractSerialization (3)
System.Private.Windows.Core (2)
System.Private.Xml (6)
System.Resources.Extensions (2)
System.Text.Json (8)
System.Text.Json.SourceGeneration (4)
System.Text.RegularExpressions (4)
System.Threading.Tasks.Dataflow (3)
System.Windows.Forms (3)
System.Windows.Input.Manipulations (3)
System.Xaml (6)
VBCSCompiler.UnitTests (1)