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