1 instantiation of StreamSizes
System.IdentityModel (1)
System\IdentityModel\SspiWrapper.cs (1)
600attribute = new StreamSizes(nativeBuffer);
2 references to StreamSizes
System.IdentityModel (2)
System\IdentityModel\SspiWrapper.cs (2)
283public static readonly int SizeOf = Marshal.SizeOf(typeof(StreamSizes)); 544nativeBlockSize = StreamSizes.SizeOf;