1 write to _analysisTypes
Microsoft.CodeAnalysis.Analyzers (1)
FixAnalyzers\FixerWithFixAllAnalyzer.cs (1)
163
_analysisTypes
= analysisTypes;
7 references to _analysisTypes
Microsoft.CodeAnalysis.Analyzers (7)
FixAnalyzers\FixerWithFixAllAnalyzer.cs (7)
174
if (!namedType.DerivesFrom(
_analysisTypes
.CodeFixProviderType))
182
if (invocation.TargetMethod is IMethodSymbol invocationSym &&
_analysisTypes
.CreateMethods.Contains(invocationSym))
193
if (constructor != null && constructor.ContainingType.DerivesFrom(
_analysisTypes
.CodeActionType))
228
else if (fixer.HasAnyAttribute(
_analysisTypes
.ExportCodeFixProviderAttributeType))
241
if (!SymbolEqualityComparer.Default.Equals(type,
_analysisTypes
.CodeFixProviderType))
310
if (SymbolEqualityComparer.Default.Equals(namedType,
_analysisTypes
.CodeActionType))
323
if (!namedType.DerivesFrom(
_analysisTypes
.CodeActionType))