14 references to OutWrapper
dotnet-svcutil-lib (14)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
255var connectionWrapper = new OutWrapper<IConnection>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (2)
232var impersonationLevelWrapper = new OutWrapper<TokenImpersonationLevel>(); 233var authenticationLevelWrapper = new OutWrapper<AuthenticationLevel>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
568OutWrapper<SecurityMessageProperty> remoteSecurityWrapper = new OutWrapper<SecurityMessageProperty>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StreamSecurityUpgradeInitiatorBase.cs (1)
91var remoteSecurityWrapper = new OutWrapper<SecurityMessageProperty>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (6)
28OutWrapper<bool> dummyExtractWindowsGroupClaimsWrapper = new OutWrapper<bool>(); 29OutWrapper<bool> allowNtlmWrapper = new OutWrapper<bool>(); 41OutWrapper<bool> dummyExtractWindowsGroupClaimsWrapper = new OutWrapper<bool>(); 64OutWrapper<TokenImpersonationLevel> dummyImpersonationLevelWrapper = new OutWrapper<TokenImpersonationLevel>(); 65OutWrapper<bool> dummyAllowNtlmWrapper = new OutWrapper<bool>(); 66OutWrapper<bool> extractGroupsForWindowsAccountsWrapper = new OutWrapper<bool>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (3)
295OutWrapper<TokenImpersonationLevel> impersonationLevelWrapper = new OutWrapper<TokenImpersonationLevel>(); 296OutWrapper<bool> allowNtlmWrapper = new OutWrapper<bool>(); 345OutWrapper<SecurityMessageProperty> remoteSecurityOut = new OutWrapper<SecurityMessageProperty>();