1 implementation of MatchedType
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9236public ITypeSymbol MatchedType { get; }
4 references to MatchedType
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7671operation.MatchedType,
Microsoft.CodeAnalysis.Test.Utilities (3)
Compilation\OperationTreeVerifier.cs (2)
2034LogType(operation.MatchedType, $", {nameof(operation.MatchedType)}");
Compilation\TestOperationVisitor.cs (1)
1481Assert.NotNull(operation.MatchedType);