10 references to GetInfosForType
Microsoft.CodeAnalysis.AnalyzerUtilities (10)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\TaintedDataAnalysis\TaintedDataAnalysis.TaintedDataOperationVisitor.cs (4)
565
IEnumerable<SinkInfo>? infosForType = this.DataFlowAnalysisContext.SinkInfos.
GetInfosForType
(targetMethod.ContainingType);
636
foreach (SanitizerInfo sanitizerInfo in this.DataFlowAnalysisContext.SanitizerInfos.
GetInfosForType
(method.ContainingType))
666
foreach (SanitizerInfo sanitizerInfo in this.DataFlowAnalysisContext.SanitizerInfos.
GetInfosForType
(method.ContainingType))
728
foreach (SinkInfo sinkInfo in this.DataFlowAnalysisContext.SinkInfos.
GetInfosForType
(propertyReferenceOperation.Member.ContainingType))
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\TaintedDataAnalysis\TaintedDataSymbolMapExtensions.cs (6)
45
foreach (SourceInfo sourceInfo in sourceSymbolMap.
GetInfosForType
(method.ContainingType))
116
foreach (SourceInfo sourceInfo in sourceSymbolMap.
GetInfosForType
(propertySymbol.ContainingType))
136
foreach (SourceInfo sourceInfo in sourceSymbolMap.
GetInfosForType
(containingSymbol.ContainingType))
160
foreach (SourceInfo sourceInfo in sourceSymbolMap.
GetInfosForType
(elementType))
190
foreach (SourceInfo sourceInfo in sourceSymbolMap.
GetInfosForType
(method.ContainingType))
224
foreach (SourceInfo sourceInfo in sourceSymbolMap.
GetInfosForType
(namedType))