1 instantiation of DgmlWriter
ILCompiler.DependencyAnalysisFramework (1)
DgmlWriter.cs (1)
57
using (var dgmlWriter = new
DgmlWriter
<DependencyContextType>(xmlWriter, context))
2 references to DgmlWriter
ILCompiler.DependencyAnalysisFramework (2)
DgmlWriter.cs (2)
16
DgmlWriter
<DependencyContextType>.WriteDependencyGraphToStream(stream, analysis, context);
57
using (
var
dgmlWriter = new DgmlWriter<DependencyContextType>(xmlWriter, context))