27 references to Stack
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.CodeDom\System\CodeTypeReference.cs (1)
187
Stack subTypeNames = new
Stack
();
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
1161
_stack = new
Stack
();
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
17
private Stack _complexTypeStack = new
Stack
();
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
26
private Stack _complexTypeStack = new
Stack
();
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
639
private Stack _containerStack = new
Stack
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (3)
82
_blockStack = new
Stack
();
83
_whileStack = new
Stack
();
533
private Stack _leaveLabels = new
Stack
();
Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests (1)
ObjectFormatterTests.cs (1)
62
var 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)
29
private Stack _pushedStack = new
Stack
();
AlphaFlattener\MetroDevice.cs (1)
116
_stack = new
Stack
();
Serialization\DrawingContextFlattener.cs (1)
878
private 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)
248
internal Stack SectionsStack => CurrentConfiguration == null ? new
Stack
() : CurrentConfiguration.SectionsStack;
System\Configuration\Configuration.cs (1)
155
internal Stack SectionsStack => _sectionsStack ??= new
Stack
();
UIAutomationClient (1)
System\Windows\Automation\CacheRequest.cs (1)
164
_threadStack = new
Stack
();