3 writes to _protectionLevel
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePartDescription.cs (3)
55_protectionLevel = other._protectionLevel; 120_protectionLevel = value; 156_protectionLevel = ProtectionLevel.None;
2 references to _protectionLevel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePartDescription.cs (2)
55_protectionLevel = other._protectionLevel; 115get { return _protectionLevel; }