1 instantiation of LocalNameAndScope
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
PDB\MethodDebugInfo.Native.cs (1)
677
tupleLocalConstantMap.TryGetValue(new
LocalNameAndScope
(name, scopeStart, scopeEnd), out tupleElementNames);
8 references to LocalNameAndScope
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (8)
PDB\MethodDebugInfo.Native.cs (8)
22
private readonly struct LocalNameAndScope : IEquatable<
LocalNameAndScope
>
35
public bool Equals(
LocalNameAndScope
other)
138
ImmutableDictionary<
LocalNameAndScope
, ImmutableArray<string?>>? tupleLocalConstantMap = null;
473
out ImmutableDictionary<
LocalNameAndScope
, ImmutableArray<string?>>? tupleLocalConstantMap)
485
ImmutableDictionary<
LocalNameAndScope
, ImmutableArray<string?>>.Builder? constantBuilder = null;
494
constantBuilder ??= ImmutableDictionary.CreateBuilder<
LocalNameAndScope
, ImmutableArray<string?>>();
495
var
localAndScope = new LocalNameAndScope(tuple.LocalName, tuple.ScopeStart, tuple.ScopeEnd);
635
ImmutableDictionary<
LocalNameAndScope
, ImmutableArray<string?>>? tupleLocalConstantMap)