7 references to Name
System.Data.SqlXml (7)
System\Xml\Xsl\XsltOld\RootAction.cs (3)
137
AttributeSetAction dstAttSet = (AttributeSetAction) this.attributeSetTable[srcAttSet.
Name
];
140
dstAttSet.name = srcAttSet.
Name
;
143
this.attributeSetTable[srcAttSet.
Name
] = dstAttSet;
System\Xml\Xsl\XsltOld\Stylesheet.cs (4)
128
Debug.Assert(attributeSet.
Name
!= null);
134
if (this.attributeSetTable.ContainsKey(attributeSet.
Name
) == false) {
135
this.attributeSetTable[attributeSet.
Name
] = attributeSet;
139
((AttributeSetAction)this.attributeSetTable[attributeSet.
Name
]).Merge(attributeSet);