6 references to IsObjectCreationExpression
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\Json\LanguageServices\JsonLanguageDetector.cs (1)
173if (syntaxFacts.IsObjectCreationExpression(expr) ||
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexLanguageDetector.cs (1)
112else if (syntaxFacts.IsObjectCreationExpression(invocationOrCreation))
src\Analyzers\Core\CodeFixes\AddExplicitCast\AbstractAddExplicitCastCodeFixProvider.cs (1)
185if (syntaxFacts.IsObjectCreationExpression(targetNode) &&
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\FindReferences\Finders\AbstractTypeParameterSymbolReferenceFinder.cs (1)
51syntaxFacts.IsObjectCreationExpression(token.Parent.Parent);
ObsoleteSymbol\AbstractObsoleteSymbolService.cs (1)
124else if (syntaxFacts.IsObjectCreationExpression(node))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
677if (!syntaxFacts.IsObjectCreationExpression(parent))