3 writes to _isRequestedTokenClosed
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\RequestSecurityTokenResponse.cs (3)
116
_isRequestedTokenClosed
= false;
153
_isRequestedTokenClosed
= isRequestedTokenClosed;
271
_isRequestedTokenClosed
= value;
1 reference to _isRequestedTokenClosed
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\RequestSecurityTokenResponse.cs (1)
265
return
_isRequestedTokenClosed
;