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