4 implementations of IsPrimaryConstructor
Microsoft.CodeAnalysis (4)
CodeGen\MethodBody.cs (1)
166public bool IsPrimaryConstructor => _isPrimaryConstructor;
Emit\EditAndContinue\DeletedMethodBody.cs (1)
85public bool IsPrimaryConstructor => false;
Emit\NoPia\CommonEmbeddedMethod.cs (1)
169public bool IsPrimaryConstructor => false;
PEWriter\RootModuleStaticConstructor.cs (1)
168public bool IsPrimaryConstructor => false;
1 reference to IsPrimaryConstructor
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.PortablePdb.cs (1)
144if (bodyOpt.IsPrimaryConstructor)