5 writes to type
System.IdentityModel (5)
System\IdentityModel\SspiSafeHandles.cs (4)
233inUnmanagedBuffer[index].type = securityBuffer.type; 257outUnmanagedBuffer[0].type = outSecBuffer.type; 513inUnmanagedBuffer[index].type = securityBuffer.type; 538outUnmanagedBuffer[0].type = outSecBuffer.type;
System\IdentityModel\SspiWrapper.cs (1)
713unmanagedBuffer[i].type = iBuffer.type;
3 references to type
System.IdentityModel (3)
System\IdentityModel\SspiSafeHandles.cs (2)
296outSecBuffer.type = outUnmanagedBuffer[0].type; 570outSecBuffer.type = outUnmanagedBuffer[0].type;
System\IdentityModel\SspiWrapper.cs (1)
739iBuffer.type = unmanagedBuffer[i].type;