1 write to symbols
System.Activities (1)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (1)
245if (this.TryGetSymbols(this.settings.Activity, out this.symbols, out this.fileName))
3 references to symbols
System.Activities (3)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (3)
2372results.HasSourceInfo = this.symbols != null; 2472if (this.symbols != null) 2477while (currentActivity != null && !symbols.TryGetValue(currentActivity, out sourceLocation))