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