6 instantiations of CSDeclarationWriter
Microsoft.Cci.Extensions (4)
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);
Writers\CSharp\CSharpWriter.cs (1)
34
_declarationWriter = new
CSDeclarationWriter
(_syntaxWriter, filter, !apiOnly);
Microsoft.DotNet.AsmDiff (1)
DiffCSharpWriter.cs (1)
44
_formatter = new
CSDeclarationWriter
(_syntaxWriter, _settings.Filter, forCompilation: false, includePseudoCustomAttributes: includePseudoCustomAttributes)
Microsoft.DotNet.GenAPI (1)
TypeListWriter.cs (1)
27
_declarationWriter = new
CSDeclarationWriter
(_syntaxWriter, filter, false);
10 references to CSDeclarationWriter
Microsoft.Cci.Extensions (5)
Extensions\CSharp\CSharpCciExtensions.cs (1)
48
var
writer = new CSDeclarationWriter(syntaxWriter, new AttributesFilter(includeAttributes), false, true);
Writers\CSharp\CSDeclarationHelper.cs (2)
19
private
CSDeclarationWriter
_stringWriter;
22
private
CSDeclarationWriter
_tokenWriter;
Writers\CSharp\CSharpWriter.cs (2)
20
private readonly
CSDeclarationWriter
_declarationWriter;
174
_declarationWriter.WriteDeclaration(
CSDeclarationWriter
.GetDummyConstructor(type));
Microsoft.DotNet.AsmDiff (1)
DiffCSharpWriter.cs (1)
46
LangVersion =
CSDeclarationWriter
.LangVersionPreview
Microsoft.DotNet.GenAPI (4)
GenAPITask.cs (4)
429
return
CSDeclarationWriter
.LangVersionDefault;
433
return
CSDeclarationWriter
.LangVersionLatest;
437
return
CSDeclarationWriter
.LangVersionPreview;
445
return
CSDeclarationWriter
.LangVersionDefault;