MLLIF
a MLIR-based Language to Language Interoperability Flyover
Loading...
Searching...
No Matches
CodeContext.cs
Go to the documentation of this file.
1
using
Microsoft.CodeAnalysis;
2
3
namespace
MLLIFCSharpFrontBuild.Serialization
;
4
5
public
class
CodeContext(
Project
project) : List<INamedTypeSymbol>
6
{
7
public
Project
Project
{
get
;
set
; } = project;
8
}
Project
Microsoft.CodeAnalysis.Project Project
Definition
Program.cs:6
MLLIFCSharpFrontBuild.Serialization
Definition
CodeContext.cs:3
mllif
Frontend
C#
lib
MLLIFCSharpFrontBuild
Serialization
CodeContext.cs
Generated on Mon May 12 2025 01:41:15 for MLLIF by
1.13.2