231 references to NewGuid
ComSvcConfig (2)
mscorlib (5)
PresentationBuildTasks (1)
PresentationCore (1)
PresentationFramework (7)
SMSvcHost (2)
System (21)
System.Activities (5)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (4)
447return desiredPrefix + Guid.NewGuid().ToString();
482xClassName = string.Format(CultureInfo.CurrentCulture, "_{0}", Guid.NewGuid().ToString().Replace("-", string.Empty).Substring(0, 4));
808propertyName = string.Format(CultureInfo.CurrentCulture, "_{0}", Guid.NewGuid().ToString().Replace("-", string.Empty));
883this.propertyName = string.Format(CultureInfo.CurrentCulture, "_{0}", Guid.NewGuid().ToString().Replace("-", string.Empty));
System.Activities.Core.Presentation (2)
System.Activities.DurableInstancing (1)
System.Activities.Presentation (9)
System.AddIn (2)
System.Core (1)
System.Data (16)
System.Data.Entity (4)
System.Data.Entity.Design (2)
System.Data.Services (2)
System.Data.Services.Client (4)
System.Data.Services.Design (1)
System.IdentityModel (5)
System.IdentityModel.Selectors (1)
System.Management (1)
System.Net (1)
System.Runtime.Caching (1)
System.Runtime.Serialization (4)
System.ServiceModel (34)
System.ServiceModel.Activation (1)
System.ServiceModel.Activities (14)
System.ServiceModel.Channels (2)
System.ServiceModel.Internals (3)
System.ServiceModel.Routing (1)
System.Transactions (4)
System.Web (16)
System.Web.ApplicationServices (1)
System.Web.DataVisualization (6)
System.Web.Extensions (7)
System.Web.Mobile (4)
System.Workflow.Activities (6)
System.Workflow.ComponentModel (4)
System.Workflow.Runtime (11)
System.WorkflowServices (8)
WindowsBase (6)
XamlBuildTask (2)