3 references to IsBlittable
Microsoft.Interop.SourceGeneration (3)
ManagedToNativeStubGenerator.cs (1)
84noMarshallingNeeded &= (generator.IsBlittable() && !generator.TypeInfo.IsByRef) || generator.IsForwarder();
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (2)
258bool elementIsBlittable = elementMarshaller.IsBlittable(); 396bool elementIsBlittable = elementMarshaller.IsBlittable();