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