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