Implemented interface member:
property
DeclaringType
CilStrip.Mono.Cecil.IMemberDefinition.DeclaringType
3 references to DeclaringType
AssemblyStripper (3)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\PropertyDefinition.cs (3)
195 return Clone (this, new ImportContext (NullReferenceImporter.Instance, this.DeclaringType)); 228 if (this.DeclaringType != null) { 229 sb.Append (this.DeclaringType.ToString ());