1 implementation of IsEqualsValueOfPropertyDeclaration
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1336
public bool
IsEqualsValueOfPropertyDeclaration
(SyntaxNode? node)
1 reference to IsEqualsValueOfPropertyDeclaration
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\EmbeddedLanguageDetector.cs (1)
262
else if (syntaxFacts.
IsEqualsValueOfPropertyDeclaration
(container.Parent))