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