3 references to IsBlittable
Microsoft.CodeAnalysis.CSharp (2)
CodeGen\EmitArrayInitializer.cs (1)
261
if (elementType.SpecialType.
IsBlittable
())
CodeGen\EmitStackAllocInitializer.cs (1)
79
if (elementType.EnumUnderlyingTypeOrSelf().SpecialType.
IsBlittable
())
Microsoft.CodeAnalysis.VisualBasic (1)
CodeGen\EmitArrayInitializer.vb (1)
202
If elementType.SpecialType.
IsBlittable
() Then