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