1 instantiation of ProjectContextSymbolSource
dotnet (1)
Commands\New\NewCommandParser.cs (1)
153builtIns.Add((typeof(IBindSymbolSource), new ProjectContextSymbolSource()));
5 references to ProjectContextSymbolSource
dotnet (5)
Commands\New\MSBuildEvaluation\ProjectContextSymbolSource.cs (5)
34settings.Host.Logger.LogDebug("{0}: {1} component is not available, exiting.", nameof(ProjectContextSymbolSource), nameof(MSBuildEvaluator)); 41settings.Host.Logger.LogDebug("{0}: evaluation did not succeed, status: {1}, exiting.", nameof(ProjectContextSymbolSource), evaluationResult.Status); 59settings.Host.Logger.LogDebug("{0}: value for {1}: {2}.", nameof(ProjectContextSymbolSource), bindname, propertyValue); 64settings.Host.Logger.LogDebug("{0}: value for {1}: {2}.", nameof(ProjectContextSymbolSource), bindname, propertyValue ?? "<null>"); 69settings.Host.Logger.LogDebug("{0}: unexpected error during evaluation: {1}.", nameof(ProjectContextSymbolSource), e.Message);