4 implementations of HasStackalloc
Microsoft.CodeAnalysis (4)
CodeGen\MethodBody.cs (1)
164public bool HasStackalloc { get; }
Emit\EditAndContinue\DeletedMethodBody.cs (1)
33public bool HasStackalloc => false;
Emit\NoPia\CommonEmbeddedMethod.cs (1)
121bool Cci.IMethodBody.HasStackalloc => false;
PEWriter\RootModuleStaticConstructor.cs (1)
136public bool HasStackalloc => false;
1 reference to HasStackalloc
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
2972hasDynamicStackAllocation: methodBody.HasStackalloc);