2 instantiations of WinBoolMarshaller
Microsoft.Interop.SourceGeneration (2)
Marshalling\MarshalAsMarshallingGeneratorResolver.cs (2)
14private static readonly WinBoolMarshaller s_winBool = new(signed: false); 15private static readonly WinBoolMarshaller s_signed_winBool = new(signed: true);
3 references to WinBoolMarshaller
Microsoft.Interop.SourceGeneration (3)
Marshalling\BoolMarshaller.cs (1)
135/// Constructor a <see cref="WinBoolMarshaller" instance.
Marshalling\MarshalAsMarshallingGeneratorResolver.cs (2)
14private static readonly WinBoolMarshaller s_winBool = new(signed: false); 15private static readonly WinBoolMarshaller s_signed_winBool = new(signed: true);