Implemented interface member:
method
IsFile
System.Configuration.Internal.IInternalConfigHost.IsFile(System.String)
2 overrides of IsFile
System.Configuration (1)
System\Configuration\updateconfighost.cs (1)
147
public override bool
IsFile
(string streamName) {
System.Web (1)
Configuration\RemoteWebConfigurationHost.cs (1)
281
public override bool
IsFile
(string StreamName)
8 references to IsFile
System.Configuration (8)
System\Configuration\ClientConfigurationHost.cs (8)
102
return !
IsFile
(GetStreamName(ExeConfigPath));
294
if (
IsFile
(streamName)) {
309
if (
IsFile
(streamName)) {
322
if (
IsFile
(streamName)) {
357
if (!
IsFile
(streamName)) {
366
if (!
IsFile
(streamName)) {
443
return !
IsFile
(streamName);
459
bool isFile =
IsFile
(configRecord.StreamName);