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