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