1 implementation of NarrowedType
Microsoft.CodeAnalysis (1)
17 references to NarrowedType
Microsoft.CodeAnalysis (10)
Operations\ControlFlowGraphBuilder.cs (10)
7380return new DiscardPatternOperation(pat.InputType, pat.NarrowedType, semanticModel: null, pat.Syntax, IsImplicit(pat));
7550return new ConstantPatternOperation(VisitRequired(operation.Value), operation.InputType, operation.NarrowedType, semanticModel: null,
7560narrowedType: operation.NarrowedType,
7600narrowedType: operation.NarrowedType,
7612narrowedType: operation.NarrowedType,
7623narrowedType: operation.NarrowedType,
7636operation.NarrowedType,
7648operation.NarrowedType,
7662operation.NarrowedType,
7677operation.NarrowedType,
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Microsoft.CodeAnalysis.Test.Utilities (3)