3 implementations of MaxStack
Microsoft.CodeAnalysis (3)
CodeGen\MethodBody.cs (1)
130
ushort Cci.IMethodBody.
MaxStack
=> _maxStack;
Emit\NoPia\CommonEmbeddedMethod.cs (1)
133
ushort Cci.IMethodBody.
MaxStack
=> 0;
PEWriter\RootModuleStaticConstructor.cs (1)
128
public ushort
MaxStack
=> 0;
2 references to MaxStack
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.cs (2)
3000
bool isSmallBody = ilLength < 64 && methodBody.
MaxStack
<= 8 && localSignatureHandleOpt.IsNil && exceptionRegions.Length == 0;
3017
maxStack: methodBody.
MaxStack
,