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)
277return EncodedStringText.Create(data, _fallbackEncoding, Arguments.Encoding, Arguments.ChecksumAlgorithm, canBeEmbedded: EmbeddedSourcePaths.Contains(file.Path)); 282return EncodedStringText.Create(data, _fallbackEncoding, Arguments.Encoding, Arguments.ChecksumAlgorithm, canBeEmbedded: EmbeddedSourcePaths.Contains(file.Path)); 438if (!EmbeddedSourcePaths.Contains(tree.FilePath))