3 writes to
System.Private.Xml (3)
System\Xml\Schema\XdrBuilder.cs (2)
602_StateHistory[_StateHistory.Length - 1] = _CurState; 617_GroupStack[_GroupStack.Length - 1] = GroupContent.Copy(_GroupDef);
System\Xml\Schema\XsdBuilder.cs (1)
815_stateHistory[_stateHistory.Length - 1] = _currentEntry;
27 references to
System.Private.Xml (27)
System\Xml\Schema\XmlSchemaValidator.cs (9)
2178if (((ValidationState)(_validationStack[level])).Constr == null) 2183ConstraintStruct[] constraintStructures = ((ValidationState)_validationStack[level]).Constr!; 2227if (((ValidationState)(_validationStack[i])).Constr == null) 2233ConstraintStruct[] constraintStructures = ((ValidationState)_validationStack[i]).Constr!; 2282if (((ValidationState)(_validationStack[ci])).Constr == null) 2288ConstraintStruct[] constraintStructures = ((ValidationState)_validationStack[ci]).Constr!; 2328if (((ValidationState)(_validationStack[ci])).Constr == null) 2334ConstraintStruct[] constraints = ((ValidationState)_validationStack[ci]).Constr!; 2448ConstraintStruct[]? vcs = ((ValidationState)(_validationStack[_validationStack.Length - 1])).Constr;
System\Xml\Schema\XsdBuilder.cs (1)
838get { return ((XsdEntry)_stateHistory[_stateHistory.Length - 1]).Name; }
System\Xml\Schema\XsdValidator.cs (9)
868if (((ValidationState)(_validationStack[level])).Constr == null) 873ConstraintStruct[] constraints = ((ValidationState)_validationStack[level]).Constr!; 913if (((ValidationState)(_validationStack[i])).Constr == null) 919ConstraintStruct[] constraints = ((ValidationState)_validationStack[i]).Constr!; 968if (((ValidationState)(_validationStack[ci])).Constr == null) 974ConstraintStruct[] constraints = ((ValidationState)_validationStack[ci]).Constr!; 1022if (((ValidationState)(_validationStack[ci])).Constr == null) 1028ConstraintStruct[] constraints = ((ValidationState)_validationStack[ci]).Constr!; 1128ConstraintStruct[] vcs = ((ValidationState)(_validationStack[_validationStack.Length - 1])).Constr!;
System\Xml\Xsl\XsltOld\OutputScopeManager.cs (4)
135Debug.Assert(_elementScopesStack[i] is OutputScope); 136OutputScope elementScope = (OutputScope)_elementScopesStack[i]; 155Debug.Assert(_elementScopesStack[i] is OutputScope); 157OutputScope elementScope = (OutputScope)_elementScopesStack[i];
System\Xml\Xsl\XsltOld\Processor.cs (4)
1031ActionFrame parentFrame = (ActionFrame)_actionStack[_actionStack.Length - 2]; 1037ActionFrame frame = (ActionFrame)_actionStack[_actionStack.Length - 1]; 1044ActionFrame parentFrame = (ActionFrame)_actionStack[_actionStack.Length - 3]; 1087return ((DebuggerFrame)_debuggerStack[_debuggerStack.Length - 2]!).currentMode;