TrimAnalysis\ReflectionAccessAnalyzer.cs (5)
99var diagnosticContext = new DiagnosticContext(location, _reportDiagnostic, _typeNameResolver.Compilation);
149var diagnosticContext = new DiagnosticContext(location, _reportDiagnostic, _typeNameResolver.Compilation);
169var diagnosticContext = new DiagnosticContext(location, _reportDiagnostic, _typeNameResolver.Compilation);
218var diagnosticContext = new DiagnosticContext(location, _reportDiagnostic, _typeNameResolver.Compilation);
223internal bool TryResolveTypeNameAndMark(string typeName, in DiagnosticContext diagnosticContext, bool needsAssemblyName, [NotNullWhen(true)] out ITypeSymbol? type)