1 write to offset
System.IdentityModel (1)
System\IdentityModel\XmlBuffer.cs (1)
108
offset
+= size;
2 references to offset
System.IdentityModel (2)
System\IdentityModel\XmlBuffer.cs (2)
106
int size = (int)stream.Length -
offset
;
107
sections.Add(new Section(
offset
, size, this.quotas));