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 b677e89 commit 8fbfafcCopy full SHA for 8fbfafc
csharp/ql/lib/semmle/code/csharp/Element.qll
@@ -118,7 +118,6 @@ class NamedElement extends Element, @named_element {
118
* Unbound generic types, such as `IList<T>`, are represented as
119
* ``System.Collections.Generic.IList`1``.
120
*/
121
- cached
122
deprecated final string getFullyQualifiedName() {
123
exists(string qualifier, string name | this.hasFullyQualifiedName(qualifier, name) |
124
if qualifier = "" then result = name else result = qualifier + "." + name
0 commit comments