4 implementations of HasStackalloc
Microsoft.CodeAnalysis (4)
CodeGen\MethodBody.cs (1)
174public bool HasStackalloc { get; }
Emit\EditAndContinue\DeletedMethodBody.cs (1)
26public bool HasStackalloc => false;
Emit\NoPia\CommonEmbeddedMethod.cs (1)
125bool Cci.IMethodBody.HasStackalloc => false;
PEWriter\MethodDefinitionBase.cs (1)
137public bool HasStackalloc => false;
1 reference to HasStackalloc
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
3034hasDynamicStackAllocation: methodBody.HasStackalloc);