3 references to 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);