1 instantiation of WriteFileContext
System.Configuration.ConfigurationManager (1)
System\Configuration\Internal\InternalConfigHost.cs (1)
251
writeFileContext = new
WriteFileContext
(streamName, templateStreamName);
2 references to WriteFileContext
System.Configuration.ConfigurationManager (2)
System\Configuration\Internal\InternalConfigHost.cs (2)
247
WriteFileContext
writeFileContext = null;
288
((
WriteFileContext
)writeContext).Complete(streamName, success);