1 write to _keyFileSearchPaths
Microsoft.CodeAnalysis (1)
StrongName\DesktopStrongNameProvider.cs (1)
62_keyFileSearchPaths = keyFileSearchPaths.NullToEmpty();
4 references to _keyFileSearchPaths
Microsoft.CodeAnalysis (4)
StrongName\DesktopStrongNameProvider.cs (4)
75string? resolvedKeyFile = ResolveStrongNameKeyFile(keyFilePath, FileSystem, _keyFileSearchPaths); 267return Hash.CombineValues(_keyFileSearchPaths, StringComparer.Ordinal); 283if (!_keyFileSearchPaths.SequenceEqual(other._keyFileSearchPaths, StringComparer.Ordinal))