1 write to KeyFilePath
Microsoft.CodeAnalysis (1)
StrongName\StrongNameKeys.cs (1)
84
this.
KeyFilePath
= keyFilePath;
6 references to KeyFilePath
Microsoft.CodeAnalysis (6)
Compilation.EmitStream.cs (3)
128
_strongNameKeys.
KeyFilePath
,
193
diagnostics.Add(StrongNameKeys.GetError(_strongNameKeys.
KeyFilePath
, _strongNameKeys.KeyContainer,
199
diagnostics.Add(StrongNameKeys.GetError(_strongNameKeys.
KeyFilePath
, _strongNameKeys.KeyContainer, ex.Message, messageProvider));
StrongName\DesktopStrongNameProvider.cs (2)
164
Debug.Assert(string.IsNullOrEmpty(keys.
KeyFilePath
) != string.IsNullOrEmpty(keys.KeyContainer));
166
if (!string.IsNullOrEmpty(keys.
KeyFilePath
))
StrongName\StrongNameKeys.cs (1)
40
/// or null if the key was retrieved from <see cref="
KeyFilePath
"/>.