14 references to MachineName
System (1)
compmod\system\diagnostics\XmlWriterTraceListener.cs (1)
22private readonly string machineName = Environment.MachineName;
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreConstants.cs (1)
21public static readonly string MachineName = Environment.MachineName;
System.Core (1)
System\Diagnostics\EventSchemaTraceListener.cs (1)
32private static readonly string machineName = Environment.MachineName;
System.Data (2)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
1979return Environment.MachineName;
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
766result = Environment.MachineName;
System.Management (3)
managementeventwatcher.cs (1)
651(0==String.Compare(eventWatcher.Scope.Path.Server, System.Environment.MachineName, StringComparison.OrdinalIgnoreCase)))
wmieventsink.cs (2)
95(0==String.Compare(this.path.Server, System.Environment.MachineName, StringComparison.OrdinalIgnoreCase))) 107(0==String.Compare(this.scope.Path.Server, System.Environment.MachineName, StringComparison.OrdinalIgnoreCase)))
System.ServiceModel (2)
System\ServiceModel\Administration\AppDomainInfo.cs (1)
34this.machineName = Environment.MachineName;
System\ServiceModel\Transactions\WsatConfiguration.cs (1)
244bool isTmLocal = string.Compare(Environment.MachineName,
System.Web (3)
Configuration\WebConfigurationHost.cs (1)
860&& !StringUtil.EqualsIgnoreCase(server, Environment.MachineName);
Management\WebEvents.cs (1)
1914return Environment.MachineName;
Security\WindowsTokenRoleProvider.cs (1)
187_MachineName = (System.Environment.MachineName + "\\").ToLower(CultureInfo.InvariantCulture);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Form.cs (1)
4317securitySite = Environment.MachineName;