3 instantiations of BlittableMarshaller
Microsoft.Interop.SourceGeneration (3)
Marshalling\BlittableMarshallerResolver.cs (1)
21
private static readonly BlittableMarshaller s_blittable = new
BlittableMarshaller
();
Marshalling\CharMarshallingGeneratorResolver.cs (1)
12
private static readonly IUnboundMarshallingGenerator s_blittable = new
BlittableMarshaller
();
Marshalling\MarshalAsMarshallingGeneratorResolver.cs (1)
19
private static readonly BlittableMarshaller s_blittable =
new
();
3 references to BlittableMarshaller
Microsoft.Interop.SourceGeneration (3)
Marshalling\BlittableMarshallerResolver.cs (1)
21
private static readonly
BlittableMarshaller
s_blittable = new BlittableMarshaller();
Marshalling\MarshalAsMarshallingGeneratorResolver.cs (1)
19
private static readonly
BlittableMarshaller
s_blittable = new();
Marshalling\MarshallingGenerator.cs (1)
160
internal bool IsBlittable => unbound is
BlittableMarshaller
;