1 write to SourceInfos
Microsoft.CodeAnalysis.NetAnalyzers (1)
src\40daf5e1cab76dff\TaintedDataAnalysisContext.cs (1)
59this.SourceInfos = taintedSourceInfos ?? throw new ArgumentNullException(nameof(taintedSourceInfos));
10 references to SourceInfos
Microsoft.CodeAnalysis.NetAnalyzers (10)
src\40daf5e1cab76dff\TaintedDataAnalysis.TaintedDataOperationVisitor.cs (6)
122if (this.DataFlowAnalysisContext.SourceInfos.IsSourceParameter(parameter, WellKnownTypeProvider)) 233&& this.DataFlowAnalysisContext.SourceInfos.IsSourceProperty(propertyReferenceOperation.Property)) 305if (this.DataFlowAnalysisContext.SourceInfos.IsSourceMethod( 342if (this.DataFlowAnalysisContext.SourceInfos.IsSourceTransferMethod( 504&& this.DataFlowAnalysisContext.SourceInfos.IsSourceConstantArrayOfType(arrayTypeSymbol, operation) 612if (this.DataFlowAnalysisContext.SourceInfos.IsSourceTransferProperty(propertyReferenceOperation))
src\40daf5e1cab76dff\TaintedDataAnalysisContext.cs (4)
123this.SourceInfos, 145hashCode.Add(SourceInfos.GetHashCode()); 153return SourceInfos.GetHashCode() == other.SourceInfos.GetHashCode()