1 write to commonFragment
System.ServiceModel (1)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1362commonFragment = builder.ToByteArray();
2 references to commonFragment
System.ServiceModel (2)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
1430int bytesMatched = BinaryFormatParser.MatchBytes(buffer, currentOffset, remainingSize, commonFragment); 1533totalBytesMatched += commonFragment.Length + actionSize;