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)
75
string? resolvedKeyFile = ResolveStrongNameKeyFile(keyFilePath, FileSystem,
_keyFileSearchPaths
);
267
return Hash.CombineValues(
_keyFileSearchPaths
, StringComparer.Ordinal);
283
if (!
_keyFileSearchPaths
.SequenceEqual(other.
_keyFileSearchPaths
, StringComparer.Ordinal))