5 references to FromSource
Microsoft.CodeAnalysis (4)
CommandLine\CommonCompiler.cs (2)
453
text = EmbeddedText.
FromSource
(path, tree.GetText());
1172
embeddedTextBuilder.Add(EmbeddedText.
FromSource
(tree.FilePath, sourceText));
Text\SourceText.cs (2)
172
/// <param name="canBeEmbedded">True if the text can be passed to <see cref="EmbeddedText.
FromSource
"/> and be embedded in a PDB.</param>
245
/// <param name="canBeEmbedded">True if the text can be passed to <see cref="EmbeddedText.
FromSource
"/> and be embedded in a PDB.</param>
Microsoft.CodeAnalysis.Rebuild (1)
CompilationFactory.cs (1)
87
.Select(pair => EmbeddedText.
FromSource
(pair.path, pair.text))