2 references to new
Microsoft.Interop.SourceGeneration (2)
Marshalling\MarshalAsMarshallingGeneratorResolver.cs (2)
14
private static readonly WinBoolMarshaller s_winBool =
new
(signed: false);
15
private static readonly WinBoolMarshaller s_signed_winBool =
new
(signed: true);