2 implementations of GetTypeOfTypePattern
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSyntaxFacts.cs (1)
1516public SyntaxNode GetTypeOfTypePattern(SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxFacts.vb (1)
1709Public Function GetTypeOfTypePattern(node As SyntaxNode) As SyntaxNode Implements ISyntaxFacts.GetTypeOfTypePattern
3 references to GetTypeOfTypePattern
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxFacts.vb (1)
1709Public Function GetTypeOfTypePattern(node As SyntaxNode) As SyntaxNode Implements ISyntaxFacts.GetTypeOfTypePattern
Microsoft.CodeAnalysis.Workspaces (2)
SyntaxGeneratorExtensions_Negate.cs (2)
263var type = syntaxFacts.GetTypeOfTypePattern(negatedPattern); 534var type = syntaxFacts.GetTypeOfTypePattern(subPattern);