1 write to KeyFilePath
Microsoft.CodeAnalysis (1)
StrongName\StrongNameKeys.cs (1)
84this.KeyFilePath = keyFilePath;
7 references to KeyFilePath
Microsoft.CodeAnalysis (5)
Compilation.EmitStream.cs (2)
186diagnostics.Add(StrongNameKeys.GetError(strongNameKeys.KeyFilePath, strongNameKeys.KeyContainer, 192diagnostics.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"/>.
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceAssemblySymbol.cs (1)
623diagnostics.Add(ErrorCode.ERR_SignButNoPrivateKey, NoLocation.Singleton, StrongNameKeys.KeyFilePath);
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceAssemblySymbol.vb (1)
1230diagnostics.Add(ERRID.ERR_SignButNoPrivateKey, NoLocation.Singleton, StrongNameKeys.KeyFilePath)