4 references to IsIsTypeExpression
Microsoft.CodeAnalysis.Features (2)
QuickInfo\CommonSemanticQuickInfoProvider.cs (2)
244
if (syntaxFacts.
IsIsTypeExpression
(current))
288
if (syntaxFacts.
IsIsTypeExpression
(current))
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_Negate.cs (2)
112
if (syntaxFacts.
IsIsTypeExpression
(expressionOrPattern))
189
else if (syntaxFacts.
IsIsTypeExpression
(expressionNode) && syntaxFacts.SupportsNotPattern(semanticModel.SyntaxTree.Options))