1 write to _createPDBCommand
Crossgen2Tasks (1)
RunReadyToRunCompiler.cs (1)
84
_createPDBCommand
= CompilationEntry.GetMetadata(MetadataKeys.CreatePDBCommand);
2 references to _createPDBCommand
Crossgen2Tasks (2)
RunReadyToRunCompiler.cs (2)
40
private bool IsPdbCompilation => !string.IsNullOrEmpty(
_createPDBCommand
);
286
result.AppendLine(
_createPDBCommand
);