1 write to KeyContainer
Microsoft.CodeAnalysis (1)
StrongName\StrongNameKeys.cs (1)
83this.KeyContainer = keyContainerName;
7 references to KeyContainer
Microsoft.CodeAnalysis (7)
Compilation.EmitStream.cs (2)
186diagnostics.Add(StrongNameKeys.GetError(strongNameKeys.KeyFilePath, strongNameKeys.KeyContainer, 192diagnostics.Add(StrongNameKeys.GetError(strongNameKeys.KeyFilePath, strongNameKeys.KeyContainer, ex.Message, messageProvider));
Compilation\Compilation.cs (1)
2139string.IsNullOrEmpty(StrongNameKeys.KeyContainer) &&
StrongName\DesktopStrongNameProvider.cs (2)
164Debug.Assert(string.IsNullOrEmpty(keys.KeyFilePath) != string.IsNullOrEmpty(keys.KeyContainer)); 172Sign(filePath, keys.KeyContainer!);
StrongName\StrongNameKeys.cs (2)
49/// Original key file path, or null if the key is provided by the <see cref="KeyContainer"/>. 189return !KeyPair.IsDefault || KeyContainer != null;