1 implementation of InputType
Microsoft.CodeAnalysis (1)
17 references to InputType
Microsoft.CodeAnalysis (10)
Operations\ControlFlowGraphBuilder.cs (10)
7142return new DiscardPatternOperation(pat.InputType, pat.NarrowedType, semanticModel: null, pat.Syntax, IsImplicit(pat));
7312return new ConstantPatternOperation(VisitRequired(operation.Value), operation.InputType, operation.NarrowedType, semanticModel: null,
7321inputType: operation.InputType,
7334inputType: operation.InputType,
7345inputType: operation.InputType,
7356inputType: operation.InputType,
7369operation.InputType,
7381operation.InputType,
7395operation.InputType,
7410operation.InputType,
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
Microsoft.CodeAnalysis.CSharp.Features (1)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Microsoft.CodeAnalysis.Test.Utilities (3)