1 write to CurrentProperty
Microsoft.CodeAnalysis.Workspaces (1)
ForEachSymbols.cs (1)
26
this.
CurrentProperty
= currentProperty;
3 references to CurrentProperty
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\FindReferences\Finders\AbstractMethodOrPropertyOrEventSymbolReferenceFinder.cs (2)
29
return symbols.
CurrentProperty
.GetMethod == null
31
: ImmutableArray.Create(symbols.
CurrentProperty
.GetMethod);
FindSymbols\FindReferences\Finders\AbstractReferenceFinder.cs (1)
413
Matches(info.
CurrentProperty
, symbol) ||