1 implementation of MatchedType
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8204public ITypeSymbol? MatchedType { get; }
5 references to MatchedType
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7366operation.MatchedType,
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
ConvertToRecordHelpers.cs (1)
854MatchedType: INamedTypeSymbol matchedType,
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertToRecordHelpers.cs (1)
854MatchedType: INamedTypeSymbol matchedType,
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\TestOperationVisitor.cs (2)
1402Assert.Null(operation.MatchedType); 1407Assert.NotNull(operation.MatchedType);