3 references to CreatePropertyAccessor
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (3)
src\RoslynAnalyzers\Utilities\Compiler\Lightup\LightupHelpers.cs (3)
21
=>
CreatePropertyAccessor
<TOperation, TProperty>(type, "operation", propertyName, fallbackResult);
25
=>
CreatePropertyAccessor
<TSyntax, TProperty>(type, "syntax", propertyName, fallbackResult);
29
=>
CreatePropertyAccessor
<TSymbol, TProperty>(type, "symbol", propertyName, fallbackResult);