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