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