4 references to CSDeclarationWriter
Microsoft.Cci.Extensions (3)
Extensions\CSharp\CSharpCciExtensions.cs (1)
48
var writer = new
CSDeclarationWriter
(syntaxWriter, new AttributesFilter(includeAttributes), false, true);
Writers\CSharp\CSDeclarationHelper.cs (2)
95
_stringWriter = new
CSDeclarationWriter
(tsw, _filter, _forCompilation, _includeFakeAttributes);
104
_tokenWriter = new
CSDeclarationWriter
(_tokenizer, _filter, _forCompilation, _includeFakeAttributes);
Microsoft.DotNet.AsmDiff (1)
DiffCSharpWriter.cs (1)
44
_formatter = new
CSDeclarationWriter
(_syntaxWriter, _settings.Filter, forCompilation: false, includePseudoCustomAttributes: includePseudoCustomAttributes)