2 references to SealDeclarationAt
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\SealInternalTypes.Fixer.cs (2)
33await SealDeclarationAt(solutionEditor, context.Diagnostics[0].Location, token).ConfigureAwait(false); 36await SealDeclarationAt(solutionEditor, location, token).ConfigureAwait(false);