13 references to DebugSymbol
Microsoft.Activities.Build (2)
Microsoft\Activities\Build\Debugger\DebugBuildExtension.cs (1)
21private static string debugSymbolTypeFullName = typeof(DebugSymbol).FullName;
Microsoft\Activities\Build\Validation\ValidationBuildExtension.cs (1)
237string symbolString = DebugSymbol.GetSymbol(implementationRoot) as String;
System.Activities (5)
System\Activities\Debugger\InstrumentationTracker.cs (1)
68string wfSymbol = DebugSymbol.GetSymbol(activity) as string;
System\Activities\Debugger\SourceLocationProvider.cs (2)
54string symbolString = DebugSymbol.GetSymbol(rootActivity) as String; 58string bodySymbolString = DebugSymbol.GetSymbol(body) as String;
System\Activities\Debugger\Symbol\DebugSymbol.cs (1)
15static Type attachingTypeName = typeof(DebugSymbol);
System\Activities\XamlIntegration\TextExpressionCompiler.cs (1)
2573string symbolString = DebugSymbol.GetSymbol(implementationRoot) as string;
System.Activities.Presentation (6)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (2)
228base.WriteStartMember(new XamlMember(DebugSymbol.SymbolName.MemberName, 229this.SchemaContext.GetXamlType(typeof(DebugSymbol)), true));
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (1)
292System.Xaml.AttachablePropertyServices.RemoveProperty(GetRootWorkflowElement(deserializedObject), DebugSymbol.SymbolName);
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (1)
48conversionRequiredTypes.Add(typeof(System.Activities.Debugger.Symbol.DebugSymbol));
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.Debugger.cs (2)
68if (AttachablePropertyServices.TryGetProperty<string>(documentRootElement, DebugSymbol.SymbolName, out symbolString)) 85AttachablePropertyServices.RemoveProperty(documentRootElement, DebugSymbol.SymbolName);