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