1 write to CreationCallStack
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\AbstractLocation.cs (1)
40CreationCallStack = creationCallStack ?? ImmutableStack<IOperation>.Empty;
8 references to CreationCallStack
Microsoft.CodeAnalysis.AnalyzerUtilities (8)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\AbstractLocation.cs (8)
73/// Returns the top of <see cref="CreationCallStack"/> if this location was created through an interprocedural method invocation, i.e. <see cref="CreationCallStack"/> is non-empty. 78if (CreationCallStack.IsEmpty) 83return CreationCallStack.Peek(); 101hashCode.Add(HashUtilities.Combine(CreationCallStack)); 114&& HashUtilities.Combine(CreationCallStack) == HashUtilities.Combine(other.CreationCallStack) 134foreach (var creation in CreationCallStack)