14 instantiations of 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>();
30 references to OutWrapper
dotnet-svcutil-lib (30)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\TaskHelpers.cs (1)
317public static implicit operator T(OutWrapper<T> wrapper)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (2)
255var connectionWrapper = new OutWrapper<IConnection>(); 559public static async Task<bool> InitiateUpgradeAsync(StreamUpgradeInitiator upgradeInitiator, OutWrapper<IConnection> connectionWrapper,
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\HttpChannelHelpers.cs (4)
52OutWrapper<TokenImpersonationLevel> impersonationLevelWrapper, OutWrapper<AuthenticationLevel> authenticationLevelWrapper, 69SecurityTokenProviderContainer credentialProvider, OutWrapper<TokenImpersonationLevel> impersonationLevelWrapper, 70OutWrapper<AuthenticationLevel> authenticationLevelWrapper, CancellationToken cancellationToken)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (2)
568OutWrapper<SecurityMessageProperty> remoteSecurityWrapper = new OutWrapper<SecurityMessageProperty>(); 580protected override async Task<Stream> OnInitiateUpgradeAsync(Stream stream, OutWrapper<SecurityMessageProperty> remoteSecurityWrapper)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StreamSecurityUpgradeInitiatorBase.cs (2)
91var remoteSecurityWrapper = new OutWrapper<SecurityMessageProperty>(); 121protected abstract Task<Stream> OnInitiateUpgradeAsync(Stream stream, OutWrapper<SecurityMessageProperty> remoteSecurity);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (13)
25OutWrapper<TokenImpersonationLevel> impersonationLevelWrapper, OutWrapper<AuthenticationLevel> authenticationLevelWrapper, 28OutWrapper<bool> dummyExtractWindowsGroupClaimsWrapper = new OutWrapper<bool>(); 29OutWrapper<bool> allowNtlmWrapper = new OutWrapper<bool>(); 39OutWrapper<TokenImpersonationLevel> impersonationLevel, OutWrapper<bool> allowNtlm, CancellationToken cancellationToken) 41OutWrapper<bool> dummyExtractWindowsGroupClaimsWrapper = new OutWrapper<bool>(); 64OutWrapper<TokenImpersonationLevel> dummyImpersonationLevelWrapper = new OutWrapper<TokenImpersonationLevel>(); 65OutWrapper<bool> dummyAllowNtlmWrapper = new OutWrapper<bool>(); 66OutWrapper<bool> extractGroupsForWindowsAccountsWrapper = new OutWrapper<bool>(); 88OutWrapper<bool> extractGroupsForWindowsAccounts, 89OutWrapper<TokenImpersonationLevel> impersonationLevelWrapper, 90OutWrapper<bool> allowNtlmWrapper,
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (4)
295OutWrapper<TokenImpersonationLevel> impersonationLevelWrapper = new OutWrapper<TokenImpersonationLevel>(); 296OutWrapper<bool> allowNtlmWrapper = new OutWrapper<bool>(); 345OutWrapper<SecurityMessageProperty> remoteSecurityOut = new OutWrapper<SecurityMessageProperty>(); 391protected override Task<Stream> OnInitiateUpgradeAsync(Stream stream, OutWrapper<SecurityMessageProperty> remoteSecurity)