1 instantiation of DummyInternalConstructor
Microsoft.Cci.Extensions (1)
Writers\CSharp\CSDeclarationWriter.Methods.cs (1)
497return new DummyInternalConstructor() { ContainingType = type };
2 references to DummyInternalConstructor
Microsoft.Cci.Extensions (2)
Writers\CSharp\CSDeclarationWriter.cs (2)
131DummyInternalConstructor ctor = definition as DummyInternalConstructor;