1 write to TwoDimensionalPool
Microsoft.CodeAnalysis.NetAnalyzers (1)
src\11b41c7305441175\PropertySetAbstractValue.ValuePool.cs (1)
49
this.
TwoDimensionalPool
= new PropertySetAbstractValue[values.Length, values.Length];
3 references to TwoDimensionalPool
Microsoft.CodeAnalysis.NetAnalyzers (3)
src\11b41c7305441175\PropertySetAbstractValue.ValuePool.cs (3)
59
this.
TwoDimensionalPool
[i, j] = OneDimensionalPool[i];
63
this.
TwoDimensionalPool
[i, j] = new PropertySetAbstractValue(
79
return this.
TwoDimensionalPool
[(int)v1, (int)v2];