Exemple #1
0
 /// <inheritdoc />
 public override SemanticPathInfo GetSemanticPathInfo(AbsolutePath path)
 {
     return(m_fileContentManager.GetUpdatedSemanticPathInfo(m_innerExpander.GetSemanticPathInfo(path)));
 }