1 implementation of Pattern
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9508
public IPatternOperation
Pattern
{ get; }
2 references to Pattern
ILLink.RoslynAnalyzer (1)
DataFlow\LocalDataFlowVisitor.cs (1)
453
if (propPattern.
Pattern
is IDeclarationPatternOperation declPattern)
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7729
(IPatternOperation)VisitRequired(operation.
Pattern
),