Пример #1
0
 /// <inheritdoc />
 protected override SourceFile DoCreateSourceFile(AbsolutePath path)
 {
     // This is the interop point to advertise values to other DScript specs
     // For now we just return an empty SourceFile
     return(SourceFile.Create(path.ToString(m_context.PathTable)));
 }
Пример #2
0
 /// <summary>
 /// Creates an empty source file for now
 /// </summary>
 protected override SourceFile DoCreateSourceFile(AbsolutePath path)
 {
     return(SourceFile.Create(path.ToString(m_context.PathTable)));
 }