2 instantiations of ValueReadEventArgs
Microsoft.TemplateEngine.Core (2)
VariableCollection.cs (2)
74
ValueReadEventArgs args =
new
(key, result);
203
OnValueRead(new
ValueReadEventArgs
(key, value));
1 reference to ValueReadEventArgs
Microsoft.TemplateEngine.Core (1)
VariableCollection.cs (1)
74
ValueReadEventArgs
args = new(key, result);