2 instantiations of ObjectIdLocalSymbol
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (2)
Symbols\PlaceholderLocalSymbol.cs (2)
76return new ObjectIdLocalSymbol(containingMethod, type, name, displayName, isWritable: false); 78return new ObjectIdLocalSymbol(containingMethod, type, name, displayName, isWritable: true);
1 reference to ObjectIdLocalSymbol
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
Rewriters\PlaceholderLocalRewriter.cs (1)
49return ObjectIdLocalSymbol.RewriteLocal(_compilation, node.Syntax, local);