2 writes to _attribsStash
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (2)
2544_attribsStash = null; 2683_attribsStash = attributes;
4 references to _attribsStash
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (4)
2548if (attributes is null && _attribsStash is null) 2552else if (attributes is not null && _attribsStash is not null && attributes.Length == _attribsStash.Length) 2558if (!attrib.Equals(_attribsStash[i++]))