1 write to EmbeddedSourcePaths
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
139this.EmbeddedSourcePaths = GetEmbeddedSourcePaths(Arguments);
3 references to EmbeddedSourcePaths
Microsoft.CodeAnalysis (3)
CommandLine\CommonCompiler.cs (3)
265return EncodedStringText.Create(data, _fallbackEncoding, Arguments.Encoding, Arguments.ChecksumAlgorithm, canBeEmbedded: EmbeddedSourcePaths.Contains(file.Path)); 270return EncodedStringText.Create(data, _fallbackEncoding, Arguments.Encoding, Arguments.ChecksumAlgorithm, canBeEmbedded: EmbeddedSourcePaths.Contains(file.Path)); 426if (!EmbeddedSourcePaths.Contains(tree.FilePath))