2 instantiations of DeserializationConstructorCheck
Microsoft.CodeAnalysis.CodeStyle (2)
AbstractRemoveUnusedMembersDiagnosticAnalyzer.cs (1)
112
_deserializationConstructorCheck = new
DeserializationConstructorCheck
(compilation);
AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.cs (1)
65
var deserializationConstructorCheck = new
DeserializationConstructorCheck
(context.Compilation);
4 references to DeserializationConstructorCheck
Microsoft.CodeAnalysis.CodeStyle (4)
AbstractRemoveUnusedMembersDiagnosticAnalyzer.cs (1)
96
private readonly
DeserializationConstructorCheck
_deserializationConstructorCheck;
AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.cs (3)
31
private readonly
DeserializationConstructorCheck
_deserializationConstructorCheck;
46
DeserializationConstructorCheck
deserializationConstructorCheck,
65
var
deserializationConstructorCheck = new DeserializationConstructorCheck(context.Compilation);