2 references to IsPrimaryConstructorBaseType
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\FindReferences\Finders\ConstructorSymbolReferenceFinder.cs (1)
309
if (!syntaxFacts.
IsPrimaryConstructorBaseType
(node))
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (1)
110
containsPrimaryConstructorBaseType = containsPrimaryConstructorBaseType || syntaxFacts.
IsPrimaryConstructorBaseType
(node);