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);
2 references to 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);