3 implementations of StateMachineTypeName
Microsoft.CodeAnalysis (3)
CodeGen\MethodBody.cs (1)
143
string Cci.IMethodBody.
StateMachineTypeName
=> _stateMachineTypeNameOpt;
Emit\NoPia\CommonEmbeddedMethod.cs (1)
153
string Cci.IMethodBody.
StateMachineTypeName
=> null;
PEWriter\RootModuleStaticConstructor.cs (1)
156
public string
StateMachineTypeName
=> null;
5 references to StateMachineTypeName
Microsoft.CodeAnalysis (5)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
895
body.
StateMachineTypeName
,
NativePdbWriter\PdbWriter.cs (1)
77
bool isKickoffMethod = methodBody.
StateMachineTypeName
!= null;
PEWriter\CustomDebugInfoWriter.cs (2)
104
if (methodBody.
StateMachineTypeName
!= null)
106
encoder.AddStateMachineTypeName(methodBody.
StateMachineTypeName
);
PEWriter\MetadataWriter.PortablePdb.cs (1)
65
bool isKickoffMethod = bodyOpt.
StateMachineTypeName
!= null;