1 write to _identity
Microsoft.TemplateEngine.Core (1)
Expressions\ScopeBuilder.cs (1)
42_identity = operatorMap.Identity;
3 references to _identity
Microsoft.TemplateEngine.Core (3)
Expressions\ScopeBuilder.cs (3)
82Root = new UnaryScope<TOperator>(null, _identity, o => o) 220Root = new UnaryScope<TOperator>(null, _identity, o => o) 269&& Equals(o.Operator, _identity)