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