14 references to Stack
ILCompiler.Compiler (3)
Compiler\Dataflow\MethodBodyScanner.cs (3)
132
return new
Stack
<StackSlot>(newStack);
154
knownStacks.Add(newOffset, new
Stack
<StackSlot>(newStack.Reverse()));
368
currentStack = new
Stack
<StackSlot>(knownStack.Reverse());
illink (4)
Linker.Dataflow\MethodBodyScanner.cs (3)
128
return new
Stack
<StackSlot>(newStack);
150
knownStacks.Add(newOffset, new
Stack
<StackSlot>(newStack.Reverse()));
324
currentStack = new
Stack
<StackSlot>(knownValue.Reverse());
Linker\TypeReferenceExtensions.cs (1)
44
genericArguments = new
Stack
<TypeReference>(genericInstanceType.GenericArguments);
Microsoft.Build (1)
BackEnd\Components\Scheduler\SchedulingPlan.cs (1)
309
Stack<PlanConfigData> pathToAdd = new
Stack
<PlanConfigData>(currentPath);
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Security\PotentialReferenceCycleInDeserializedObjectGraph.cs (1)
230
var stack = new
Stack
<ISymbol>(degree.Where(s => s.Value == 0).Select(s => s.Key));
Microsoft.Extensions.AI.Abstractions.Tests (1)
test\Shared\JsonSchemaExporter\TestTypes.cs (1)
818
yield return new TestData<Stack<char>>(
new
(['x', '2', '+']), """{"type":["array","null"],"items":{"type":"string","minLength":1,"maxLength":1}}""");
Microsoft.NET.Build.Tasks (2)
DependencyContextBuilder.cs (1)
882
Stack<LibraryDependency> dependenciesToWalk =
new
(_libraryDependencies[_platformLibrary]);
ResolvePackageAssets.cs (1)
1943
Stack<string> dependenciesToWalk =
new
(
Shared.Tests (1)
JsonSchemaExporter\TestTypes.cs (1)
818
yield return new TestData<Stack<char>>(
new
(['x', '2', '+']), """{"type":["array","null"],"items":{"type":"string","minLength":1,"maxLength":1}}""");
System.ComponentModel.Composition (1)
Microsoft\Internal\Collections\CollectionServices.cs (1)
204
return new
Stack
<T>(stack.Reverse());