1 write to _parentType
Microsoft.Cci.Extensions (1)
Writers\CSharp\CSDeclarationWriter.Fields.cs (1)
109
_parentType
= parentType;
3 references to _parentType
Microsoft.Cci.Extensions (3)
Writers\CSharp\CSDeclarationWriter.Fields.cs (3)
136
public bool IsReadOnly => _isReadOnly ||
_parentType
.Attributes.HasIsReadOnlyAttribute();
148
public ITypeDefinition ContainingTypeDefinition =>
_parentType
;
170
public ITypeReference ContainingType =>
_parentType
;