2 references to DummyPrivateField
Microsoft.Cci.Extensions (2)
Writers\CSharp\CSDeclarationWriter.Fields.cs (1)
114public DummyPrivateField(ITypeDefinition parentType, ITypeReference type, string name, IEnumerable<ICustomAttribute> attributes, bool isReadOnly) : this(parentType, type, name)
Writers\CSharp\CSharpWriter.cs (1)
279return new DummyPrivateField(parentType, fieldType, fieldName);