1 write to _declarationWriter
Microsoft.Cci.Extensions (1)
Writers\CSharp\CSharpWriter.cs (1)
34
_declarationWriter
= new CSDeclarationWriter(_syntaxWriter, filter, !apiOnly);
17 references to _declarationWriter
Microsoft.Cci.Extensions (17)
Writers\CSharp\CSharpWriter.cs (17)
46
public ICciDeclarationWriter DeclarationWriter { get { return
_declarationWriter
; } }
64
get { return
_declarationWriter
.ForCompilationIncludeGlobalPrefix; }
65
set {
_declarationWriter
.ForCompilationIncludeGlobalPrefix = value; }
70
get { return
_declarationWriter
.PlatformNotSupportedExceptionMessage; }
71
set {
_declarationWriter
.PlatformNotSupportedExceptionMessage = value; }
76
get { return
_declarationWriter
.AlwaysIncludeBase; }
77
set {
_declarationWriter
.AlwaysIncludeBase = value; }
82
get { return
_declarationWriter
.LangVersion; }
83
set {
_declarationWriter
.LangVersion = value; }
94
_declarationWriter
.ModuleNullableContextValue = assembly.ModuleAttributes.GetCustomAttributeArgumentValue<byte?>(CSharpCciExtensions.NullableContextAttributeFullName);
98
_declarationWriter
.WriteDeclaration(assembly);
128
_declarationWriter
.WriteDeclaration(ns);
159
_declarationWriter
.TypeNullableContextValue = value;
162
_declarationWriter
.WriteDeclaration(type);
174
_declarationWriter
.WriteDeclaration(CSDeclarationWriter.GetDummyConstructor(type));
295
_declarationWriter
.WriteDeclaration(member);
388
_declarationWriter
?.Dispose();