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