2 overrides of DebugSourceDocumentLanguageId
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpCompilation.cs (1)
3587internal override Guid DebugSourceDocumentLanguageId => Cci.DebugSourceDocument.CorSymLanguageTypeCSharp;
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\VisualBasicCompilation.vb (1)
2677Friend Overrides ReadOnly Property DebugSourceDocumentLanguageId As Guid
2 references to DebugSourceDocumentLanguageId
Microsoft.CodeAnalysis (2)
Compilation\Compilation.cs (2)
2470DebugSourceDocumentLanguageId, 2491DebugSourceDocumentLanguageId,