5 references to IsConstructor
Microsoft.CodeAnalysis.Workspaces (5)
Classification\SyntaxClassification\AbstractNameSyntaxClassifier.cs (1)
21
if (symbol.
IsConstructor
() && IsParentAnAttribute(node))
FindSymbols\FindReferences\FindReferencesSearchEngine.SymbolSet.cs (1)
127
if (searchSymbol.
IsConstructor
() && searchSymbol.ContainingType.TypeKind == TypeKind.Delegate)
FindSymbols\SymbolFinder.cs (1)
292
symbol.
IsConstructor
())
Rename\SymbolicRenameLocations.ReferenceProcessing.cs (1)
125
return possibleConstructor.
IsConstructor
()
Shared\Extensions\SemanticModelExtensions.cs (1)
23
if (symbol.
IsConstructor
() && symbol.ContainingType.IsAnonymousType)