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