5 references to GetEntryPoint
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractRemoveUnusedMembersDiagnosticAnalyzer.cs (1)
407var entryPoint = symbolEndContext.Compilation.GetEntryPoint(symbolEndContext.CancellationToken);
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
ConvertProgramAnalysis_TopLevelStatements.cs (1)
77var entryPointMethod = semanticModel.Compilation.GetEntryPoint(cancellationToken);
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertProgramAnalysis_TopLevelStatements.cs (1)
77var entryPointMethod = semanticModel.Compilation.GetEntryPoint(cancellationToken);
Microsoft.CodeAnalysis.Features (1)
AbstractRemoveUnusedMembersDiagnosticAnalyzer.cs (1)
407var entryPoint = symbolEndContext.Compilation.GetEntryPoint(symbolEndContext.CancellationToken);
Microsoft.CodeAnalysis.Scripting (1)
ScriptBuilder.cs (1)
128var entryPoint = compilation.GetEntryPoint(cancellationToken);