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