1 implementation of MatchesNull
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8578
public bool
MatchesNull
{ get; }
7 references to MatchesNull
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7633
operation.
MatchesNull
,
Microsoft.CodeAnalysis.CodeStyle (1)
src\Analyzers\Core\Analyzers\PopulateSwitch\PopulateSwitchExpressionHelpers.cs (1)
94
IDeclarationPatternOperation declarationPattern => declarationPattern.
MatchesNull
,
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\Analyzers\PopulateSwitch\PopulateSwitchExpressionHelpers.cs (1)
94
IDeclarationPatternOperation declarationPattern => declarationPattern.
MatchesNull
,
Microsoft.CodeAnalysis.Test.Utilities (4)
Compilation\OperationTreeVerifier.cs (2)
2001
LogConstant((object)operation.
MatchesNull
, $", {nameof(operation.
MatchesNull
)}");
Compilation\TestOperationVisitor.cs (2)
1419
Assert.True(operation.
MatchesNull
);
1424
Assert.False(operation.
MatchesNull
);