2 references to 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);