1 write to KeyContainer
Microsoft.CodeAnalysis (1)
StrongName\StrongNameKeys.cs (1)
83this.KeyContainer = keyContainerName;
8 references to KeyContainer
Microsoft.CodeAnalysis (8)
Compilation.EmitStream.cs (3)
129_strongNameKeys.KeyContainer, 193diagnostics.Add(StrongNameKeys.GetError(_strongNameKeys.KeyFilePath, _strongNameKeys.KeyContainer, 199diagnostics.Add(StrongNameKeys.GetError(_strongNameKeys.KeyFilePath, _strongNameKeys.KeyContainer, ex.Message, messageProvider));
Compilation\Compilation.cs (1)
2191string.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;