7 references to _statementsTable
System.Windows.Forms.Design (7)
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.ComponentListCodeDomSerializer.cs (7)
87
_statementsTable
.Clear();
90
FillStatementTable(manager,
_statementsTable
, mappedStatements);
95
completeNames.UnionWith(
_statementsTable
.Keys);
278
_statementsTable
.TryGetValue(name, out OrderedCodeStatementCollection? statements);
281
_statementsTable
[name] = null; // prevent recursion
319
_statementsTable
[name] = (OrderedCodeStatementCollection?)instance;
359
resolved = ((IDictionary)
_statementsTable
)[name] is not null;