3 references to DeserializationConstructorCheck
Microsoft.CodeAnalysis.Features (3)
AbstractRemoveUnusedMembersDiagnosticAnalyzer.cs (1)
112
_deserializationConstructorCheck = new
DeserializationConstructorCheck
(compilation);
AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.cs (1)
65
var deserializationConstructorCheck = new
DeserializationConstructorCheck
(context.Compilation);
AddConstructorParametersFromMembers\AddConstructorParametersFromMembersCodeRefactoringProvider.State.cs (1)
105
var deserializationConstructorCheck = new
DeserializationConstructorCheck
(compilation);