7 references to DefaultValue
Microsoft.CodeAnalysis (2)
Generated\Operations.Generated.cs (2)
1889
/// <item><description><see cref="OperationKind.
DefaultValue
"/></description></item>
6723
public override OperationKind Kind => OperationKind.
DefaultValue
;
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.BlockAnalyzer.cs (1)
640
case OperationKind.
DefaultValue
:
Microsoft.CodeAnalysis.Features (1)
AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.BlockAnalyzer.cs (1)
640
case OperationKind.
DefaultValue
:
Microsoft.CodeAnalysis.Test.Utilities (3)
Compilation\ControlFlowGraphVerifier.cs (1)
1965
case OperationKind.
DefaultValue
:
Compilation\TestOperationVisitor.cs (2)
1221
Assert.Equal(OperationKind.
DefaultValue
, operation.Kind);
1693
case OperationKind.
DefaultValue
: