3 instantiations of DeserializationConstructorCheck
Microsoft.CodeAnalysis.Features (3)
AbstractRemoveUnusedMembersDiagnosticAnalyzer.cs (1)
112_deserializationConstructorCheck = new DeserializationConstructorCheck(compilation);
AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.cs (1)
65var deserializationConstructorCheck = new DeserializationConstructorCheck(context.Compilation);
AddConstructorParametersFromMembers\AddConstructorParametersFromMembersCodeRefactoringProvider.State.cs (1)
105var deserializationConstructorCheck = new DeserializationConstructorCheck(compilation);
5 references to DeserializationConstructorCheck
Microsoft.CodeAnalysis.Features (5)
AbstractRemoveUnusedMembersDiagnosticAnalyzer.cs (1)
96private readonly DeserializationConstructorCheck _deserializationConstructorCheck;
AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.cs (3)
31private readonly DeserializationConstructorCheck _deserializationConstructorCheck; 46DeserializationConstructorCheck deserializationConstructorCheck, 65var deserializationConstructorCheck = new DeserializationConstructorCheck(context.Compilation);
AddConstructorParametersFromMembers\AddConstructorParametersFromMembersCodeRefactoringProvider.State.cs (1)
105var deserializationConstructorCheck = new DeserializationConstructorCheck(compilation);