3 implementations of IsPrimaryConstructor
Microsoft.CodeAnalysis (3)
CodeGen\MethodBody.cs (1)
174
public bool
IsPrimaryConstructor
=> _isPrimaryConstructor;
Emit\NoPia\CommonEmbeddedMethod.cs (1)
175
public bool
IsPrimaryConstructor
=> false;
PEWriter\RootModuleStaticConstructor.cs (1)
172
public bool
IsPrimaryConstructor
=> false;
1 reference to IsPrimaryConstructor
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.PortablePdb.cs (1)
144
if (bodyOpt.
IsPrimaryConstructor
)