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