3 references to IsAlwaysBlittable
Microsoft.Interop.SourceGeneration (3)
BlittableTypeMarshallingInfoProvider.cs (1)
28
|| type.SpecialType.
IsAlwaysBlittable
())
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (1)
122
if (marshallerData.NativeType is SpecialTypeInfo specialType && specialType.SpecialType.
IsAlwaysBlittable
())
TypeSymbolExtensions.cs (1)
66
return t.SpecialType.
IsAlwaysBlittable
();