27 references to Stack
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.CodeDom\System\CodeTypeReference.cs (1)
187Stack subTypeNames = new Stack();
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
1161_stack = new Stack();
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
17private Stack _complexTypeStack = new Stack();
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
26private Stack _complexTypeStack = new Stack();
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
639private Stack _containerStack = new Stack();
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (3)
82_blockStack = new Stack(); 83_whileStack = new Stack(); 533private Stack _leaveLabels = new Stack();
Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests (1)
ObjectFormatterTests.cs (1)
62var obj = new Stack();
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
509_codeContexts = new Stack();
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
132_textFlowStack = new Stack();
PresentationCore (2)
System\Windows\Input\InputManager.cs (1)
148_stagingArea = new Stack();
System\Windows\Media\HitTestWithGeometryDrawingContextWalker.cs (1)
446_modifierStack = new Stack();
PresentationFramework (3)
System\Windows\Documents\FixedTextBuilder.cs (2)
1372_endNodes = new Stack(); 1373_fixedElements = new Stack();
System\Windows\Markup\ParserContext.cs (1)
766_freezeStack = new Stack();
ReachFramework (8)
AlphaFlattener\DrawingContext.cs (1)
29private Stack _pushedStack = new Stack();
AlphaFlattener\MetroDevice.cs (1)
116_stack = new Stack();
Serialization\DrawingContextFlattener.cs (1)
878private Stack _push = new Stack();
Serialization\Manager\NGCSerializationManagerAsync.cs (1)
44_operationStack = new Stack();
Serialization\Manager\ReachObjectContext.cs (1)
27_recycableSerializableObjectContexts = new Stack();
Serialization\Manager\XpsOMSerializationManagerAsync.cs (1)
30_operationStack = new Stack();
Serialization\Manager\XpsSerializationManagerAsync.cs (1)
41_operationStack = new Stack();
Serialization\VisualSerializer.cs (1)
70_tcoStack = new Stack();
System.Configuration.ConfigurationManager (2)
System\Configuration\BaseConfigurationRecord.cs (1)
248internal Stack SectionsStack => CurrentConfiguration == null ? new Stack() : CurrentConfiguration.SectionsStack;
System\Configuration\Configuration.cs (1)
155internal Stack SectionsStack => _sectionsStack ??= new Stack();
UIAutomationClient (1)
System\Windows\Automation\CacheRequest.cs (1)
164_threadStack = new Stack();