2 writes to _protectionLevel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDescription.cs (2)
106_protectionLevel = value; 181_protectionLevel = ProtectionLevel.None;
1 reference to _protectionLevel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDescription.cs (1)
101get { return _protectionLevel; }