6 references to IsStrictlyBlittableInContext
Microsoft.Interop.LibraryImportGenerator (3)
Analyzers\CustomMarshallerAttributeAnalyzer.cs (3)
887if (!unmanagedType.IsUnmanagedType && !unmanagedType.IsStrictlyBlittableInContext(_compilation)) 1203if (!unmanagedType.IsUnmanagedType && !unmanagedType.IsStrictlyBlittableInContext(_compilation)) 1222if (!unmanagedType.IsUnmanagedType && !unmanagedType.IsStrictlyBlittableInContext(_compilation))
Microsoft.Interop.SourceGeneration (3)
BlittableTypeMarshallingInfoProvider.cs (1)
36return new UnmanagedBlittableMarshallingInfo(type.IsStrictlyBlittableInContext(_compilation));
ManualTypeMarshallingHelper.cs (2)
541nativeType.IsStrictlyBlittableInContext(compilation), 621nativeType.IsStrictlyBlittableInContext(compilation),