2 instantiations of ByteBoolMarshaller
Microsoft.Interop.SourceGeneration (2)
Marshalling\MarshalAsMarshallingGeneratorResolver.cs (2)
12
private static readonly ByteBoolMarshaller s_byteBool =
new
(signed: false);
13
private static readonly ByteBoolMarshaller s_signed_byteBool =
new
(signed: true);
3 references to ByteBoolMarshaller
Microsoft.Interop.SourceGeneration (3)
Marshalling\BoolMarshaller.cs (1)
117
/// Constructor a <see cref="
ByteBoolMarshaller
" instance.
Marshalling\MarshalAsMarshallingGeneratorResolver.cs (2)
12
private static readonly
ByteBoolMarshaller
s_byteBool = new(signed: false);
13
private static readonly
ByteBoolMarshaller
s_signed_byteBool = new(signed: true);