1 write to KeyContainer
Microsoft.CodeAnalysis (1)
StrongName\StrongNameKeys.cs (1)
83
this.
KeyContainer
= keyContainerName;
7 references to KeyContainer
Microsoft.CodeAnalysis (7)
Compilation.EmitStream.cs (2)
186
diagnostics.Add(StrongNameKeys.GetError(strongNameKeys.KeyFilePath, strongNameKeys.
KeyContainer
,
192
diagnostics.Add(StrongNameKeys.GetError(strongNameKeys.KeyFilePath, strongNameKeys.
KeyContainer
, ex.Message, messageProvider));
Compilation\Compilation.cs (1)
2139
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;