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