2 instantiations of UnmanagedBlittableMarshallingInfo
Microsoft.Interop.SourceGeneration (2)
BlittableTypeMarshallingInfoProvider.cs (1)
36return new UnmanagedBlittableMarshallingInfo(type.IsStrictlyBlittableInContext(_compilation));
CharMarshallingInfoProvider.cs (1)
29return _defaultMarshallingInfo.CharEncoding == CharEncoding.Undefined ? new UnmanagedBlittableMarshallingInfo(IsStrictlyBlittable: false) : new MarshallingInfoStringSupport(_defaultMarshallingInfo.CharEncoding);
2 references to UnmanagedBlittableMarshallingInfo
Microsoft.Interop.ComInterfaceGenerator (1)
ComInterfaceGenerator.cs (1)
259if (managedReturnInfo is { MarshallingAttributeInfo: UnmanagedBlittableMarshallingInfo, ManagedType: ValueTypeInfo valueType }
Microsoft.Interop.SourceGeneration (1)
Marshalling\BlittableMarshallerResolver.cs (1)
25if (info.MarshallingAttributeInfo is UnmanagedBlittableMarshallingInfo blittableInfo)