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