6 references to DefaultValue
Microsoft.CodeAnalysis (2)
Generated\Operations.Generated.cs (2)
2045
/// <item><description><see cref="OperationKind.
DefaultValue
"/></description></item>
7136
public override OperationKind Kind => OperationKind.
DefaultValue
;
Microsoft.CodeAnalysis.CodeStyle (1)
src\9547feb31df4cc5d\AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.BlockAnalyzer.cs (1)
698
case OperationKind.
DefaultValue
:
Microsoft.CodeAnalysis.Features (1)
src\9547feb31df4cc5d\AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.BlockAnalyzer.cs (1)
698
case OperationKind.
DefaultValue
:
Roslyn.Diagnostics.Analyzers (1)
AbstractDoNotCopyValue.cs (1)
1394
case OperationKind.
DefaultValue
:
Roslyn.Diagnostics.CSharp.Analyzers (1)
PreferNullLiteral.cs (1)
40
context.RegisterOperationAction(HandleDefaultValueOperation, OperationKind.
DefaultValue
);