Searched refs:MachinePath (Results 1 – 2 of 2) sorted by relevance
56 const string MachinePath = ":machine:"; field in System.Web.Configuration.WebConfigurationHost132 if (configPath == MachinePath) { in GetStreamName()189 locationSubPath = MachinePath; in InitForConfiguration()192 } else if (locationSubPath == MachinePath) { in InitForConfiguration()194 configPath = MachinePath; in InitForConfiguration()327 return configPath == MachinePath || configPath == MachineWebPath; in IsDefinitionAllowed()339 if ((String.Compare (normalized, MachinePath, StringComparison.Ordinal) == 0) || in IsDefinitionAllowed()
139 _filename = Path.Combine (MachinePath, _filename);241 private static string MachinePath { property in Mono.Security.Cryptography.KeyPairPersistence