2 writes to IsUnknownHeaderCollection
System.ServiceModel (2)
System\ServiceModel\Description\MessageHeaderDescription.cs (1)
37this.IsUnknownHeaderCollection = other.IsUnknownHeaderCollection;
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
339header.IsUnknownHeaderCollection = true;
10 references to IsUnknownHeaderCollection
System.ServiceModel (10)
System\ServiceModel\Description\MessageContractExporter.cs (2)
696if (header.IsUnknownHeaderCollection) 944if (header.IsUnknownHeaderCollection)
System\ServiceModel\Description\MessageHeaderDescription.cs (1)
37this.IsUnknownHeaderCollection = other.IsUnknownHeaderCollection;
System\ServiceModel\Description\TypeLoader.cs (1)
1138if (header.IsUnknownHeaderCollection)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
448if (header.IsUnknownHeaderCollection) 577if (!header.IsUnknownHeaderCollection)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
133if (headerDescription.IsUnknownHeaderCollection)
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (1)
479if (header.IsUnknownHeaderCollection && headerScopeDefaultProtectionLevel != ProtectionLevel.None)
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (2)
74if (!headerDescription.IsUnknownHeaderCollection) 227if (!headerDescription.IsUnknownHeaderCollection)