1 write to _strictBinding
System.Runtime.Remoting (1)
channels\sinks\binaryformattersinks.cs (1)
444
set {
_strictBinding
= value; }
1 reference to _strictBinding
System.Runtime.Remoting (1)
channels\sinks\binaryformattersinks.cs (1)
582
requestMsg = CoreChannel.DeserializeBinaryRequestMessage(objectUri, requestStream,
_strictBinding
, this.TypeFilterLevel);