1 implementation of InputType
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8141public ITypeSymbol InputType { get; }
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)
CSharpUseNullCheckOverTypeCheckDiagnosticAnalyzer.cs (1)
77typePatternOperation.InputType.InheritsFromOrEquals(typePatternOperation.MatchedType))
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpTypeInferenceService.TypeInferrer.cs (1)
1568? patternOperation.InputType
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpUseNullCheckOverTypeCheckDiagnosticAnalyzer.cs (1)
77typePatternOperation.InputType.InheritsFromOrEquals(typePatternOperation.MatchedType))
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpTypeInferenceService.TypeInferrer.cs (1)
1568? patternOperation.InputType
Microsoft.CodeAnalysis.Test.Utilities (3)
Compilation\OperationTreeVerifier.cs (2)
87LogType(operation.InputType, $"{nameof(operation.InputType)}");
Compilation\TestOperationVisitor.cs (1)
1341Assert.NotNull(pattern.InputType);