1 write to _analysisTypes
Microsoft.CodeAnalysis.Analyzers (1)
FixAnalyzers\FixerWithFixAllAnalyzer.cs (1)
164
_analysisTypes
= analysisTypes;
7 references to _analysisTypes
Microsoft.CodeAnalysis.Analyzers (7)
FixAnalyzers\FixerWithFixAllAnalyzer.cs (7)
175
if (!namedType.DerivesFrom(
_analysisTypes
.CodeFixProviderType))
183
if (invocation.TargetMethod is IMethodSymbol invocationSym &&
_analysisTypes
.CreateMethods.Contains(invocationSym))
194
if (constructor != null && constructor.ContainingType.DerivesFrom(
_analysisTypes
.CodeActionType))
229
else if (fixer.HasAnyAttribute(
_analysisTypes
.ExportCodeFixProviderAttributeType))
242
if (!SymbolEqualityComparer.Default.Equals(type,
_analysisTypes
.CodeFixProviderType))
311
if (SymbolEqualityComparer.Default.Equals(namedType,
_analysisTypes
.CodeActionType))
324
if (!namedType.DerivesFrom(
_analysisTypes
.CodeActionType))