8 references to Get
ILLink.RoslynAnalyzer (8)
DataFlow\InterproceduralState.cs (3)
62var existingValue = HoistedLocals.Get(key); 71var existingValue = HoistedLocals.Get(key); 85=> (value = HoistedLocals.Get(key).MaybeValue) != null;
DataFlow\LocalDataFlowVisitor.cs (2)
423var capturedReferences = state.Current.LocalState.CapturedReferences.Get(flowCaptureReference.Id); 564var capturedReferences = state.Current.LocalState.CapturedReferences.Get(captureRef.Id);
DataFlow\LocalStateLattice.cs (1)
70public TValue Get(LocalKey key) => Dictionary.Get(key);
src\tools\illink\src\ILLink.Shared\DataFlow\DefaultValueDictionary.cs (1)
63if (!Get(kvp.Key).Equals(kvp.Value))
src\tools\illink\src\ILLink.Shared\DataFlow\DictionaryLattice.cs (1)
34met.Set(key, ValueLattice.Meet(left.Get(key), rightValue));