1 instantiation of StreamDocument
Microsoft.Cci.Extensions (1)
HostEnvironment.cs (1)
101
StreamDocument document = new
StreamDocument
(location, name, stream);
3 references to StreamDocument
Microsoft.Cci.Extensions (3)
HostEnvironment.cs (3)
101
StreamDocument
document = new StreamDocument(location, name, stream);
447
var
streamDocument = sourceDocument as
StreamDocument
;