2 references to OnSerializedAttribute
Microsoft.CodeAnalysis.CodeStyle (2)
AbstractRemoveUnusedMembersDiagnosticAnalyzer.cs (1)
138
var onSerializedAttribute = compilation.
OnSerializedAttribute
();
AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.cs (1)
194
yield return compilation.
OnSerializedAttribute
();