3 references to WriteTo
mscorlib (3)
system\security\claims\Claim.cs (2)
68
/// Normally the <see cref="BinaryReader"/> is constructed using the bytes from <see cref="
WriteTo
(BinaryWriter)"/> and initialized in the same way as the <see cref="BinaryWriter"/>.
79
/// Normally the <see cref="BinaryReader"/> is constructed using the bytes from <see cref="
WriteTo
(BinaryWriter)"/> and initialized in the same way as the <see cref="BinaryWriter"/>.
system\security\claims\ClaimsIdentity.cs (1)
1269
claim.
WriteTo
(writer);