2 writes to enclavePackage
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (2)
3231enclavePackage = null; 4330this.enclavePackage = EnclaveDelegate.Instance.GenerateEnclavePackage(keysToBeSentToEnclave,
10 references to enclavePackage
System.Data (10)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (8)
2265if (ShouldUseEnclaveBasedWorkflow && this.enclavePackage != null) { 2266EnclaveDelegate.Instance.InvalidateEnclaveSession(this._activeConnection.Parser.EnclaveType, this._activeConnection.DataSource, this._activeConnection.EnclaveAttestationUrl, this.enclavePackage.EnclaveSession); 4180if (ShouldUseEnclaveBasedWorkflow && this.enclavePackage != null) { 4181EnclaveDelegate.Instance.InvalidateEnclaveSession(this._activeConnection.Parser.EnclaveType, this._activeConnection.DataSource, this._activeConnection.EnclaveAttestationUrl, this.enclavePackage.EnclaveSession); 4215if (ShouldUseEnclaveBasedWorkflow && this.enclavePackage != null) { 4216EnclaveDelegate.Instance.InvalidateEnclaveSession(this._activeConnection.Parser.EnclaveType, this._activeConnection.DataSource, this._activeConnection.EnclaveAttestationUrl, this.enclavePackage.EnclaveSession); 4447if (this.enclavePackage == null) { 4452sync: !asyncWrite, enclavePackage: this.enclavePackage.EnclavePackageBytes);
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
8121byte[] enclavePackage = cmd.enclavePackage != null ? cmd.enclavePackage.EnclavePackageBytes : null;