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