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