Implemented interface member:
method
IsFile
System.Configuration.Internal.IInternalConfigHost.IsFile(System.String)
1 override of IsFile
System.Configuration.ConfigurationManager (1)
System\Configuration\UpdateConfigHost.cs (1)
125
public override bool
IsFile
(string streamName)
7 references to IsFile
System.Configuration.ConfigurationManager (7)
System\Configuration\ClientConfigurationHost.cs (7)
75
public override bool IsAppConfigHttp => !
IsFile
(GetStreamName(ExeConfigPath));
258
if (
IsFile
(streamName))
273
return
IsFile
(streamName) ? Host.GetStreamVersion(streamName) : s_version;
281
if (
IsFile
(streamName)) return Host.OpenStreamForRead(streamName);
313
if (!
IsFile
(streamName)) throw ExceptionUtil.UnexpectedError($"ClientConfigurationHost::OpenStreamForWrite '{streamName}' '{templateStreamName}'");
321
if (!
IsFile
(streamName)) throw ExceptionUtil.UnexpectedError("ClientConfigurationHost::Delete");
379
return !
IsFile
(streamName);