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