3 references to WriteDefaultOf
Microsoft.Cci.Extensions (3)
Writers\CSharp\CSDeclarationWriter.Attributes.cs (1)
251WriteDefaultOf(type);
Writers\CSharp\CSDeclarationWriter.Enums.cs (1)
123WriteDefaultOf(enumType);
Writers\CSharp\CSDeclarationWriter.Methods.cs (1)
406_writer.WriteList(ctor.Parameters, p => WriteDefaultOf(p.Type, ShouldSuppressNullCheck()));