We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02bc7dd commit e98aa9aCopy full SHA for e98aa9a
tools/Magick.NET.SourceGenerator/Helpers/PropertyInfo.cs
@@ -20,9 +20,6 @@ public PropertyInfo(IPropertySymbol symbol)
20
Documentation = symbol.GetDocumentation().Single();
21
}
22
23
- public INamedTypeSymbol ContainingType
24
- => _symbol.ContainingType;
25
-
26
public string Documentation { get; }
27
28
public string ParameterName { get; }
0 commit comments