2 writes to _attribsStash
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (2)
2541_attribsStash = null; 2680_attribsStash = attributes;
4 references to _attribsStash
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (4)
2545if (attributes is null && _attribsStash is null) 2549else if (attributes is not null && _attribsStash is not null && attributes.Length == _attribsStash.Length) 2555if (!attrib.Equals(_attribsStash[i++]))