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