15 references to CreateResolution
Microsoft.CodeAnalysis.Workspaces (15)
SymbolKey.ArrayTypeSymbolKey.cs (1)
35return CreateResolution(result, $"({nameof(ArrayTypeSymbolKey)})", out failureReason);
SymbolKey.AssemblySymbolKey.cs (1)
44return CreateResolution(result, $"({nameof(AssemblySymbolKey)} '{assemblyName}' not found)", out failureReason);
SymbolKey.ErrorTypeSymbolKey.cs (1)
107return CreateResolution(result, $"({nameof(ErrorTypeSymbolKey)} failed)", out failureReason);
SymbolKey.EventSymbolKey.cs (1)
32return CreateResolution(result, $"({nameof(EventSymbolKey)} '{metadataName}' not found)", out failureReason);
SymbolKey.FieldSymbolKey.cs (1)
32return CreateResolution(result, $"({nameof(FieldSymbolKey)} '{metadataName}' not found)", out failureReason);
SymbolKey.MethodSymbolKey.cs (2)
49return CreateResolution(result, $"({nameof(ReducedExtensionMethodSymbolKey)} failed)", out failureReason); 117return CreateResolution(result, $"({nameof(ConstructedMethodSymbolKey)} could not successfully construct)", out failureReason);
SymbolKey.ModuleSymbolKey.cs (1)
35return CreateResolution(result, $"({nameof(ModuleSymbolKey)} failed)", out failureReason);
SymbolKey.NamedTypeSymbolKey.cs (2)
128return CreateResolution(result, $"({nameof(NamedTypeSymbolKey)} failed contextual error resolution)", out failureReason); 155return CreateResolution(result, $"({nameof(NamedTypeSymbolKey)} failed)", out failureReason);
SymbolKey.NamespaceSymbolKey.cs (1)
115return CreateResolution(result, $"({nameof(NamespaceSymbolKey)} '{metadataName}' not found)", out failureReason);
SymbolKey.ParameterSymbolKey.cs (1)
73return CreateResolution(result, $"({nameof(ParameterSymbolKey)} '{metadataName}' not found)", out failureReason);
SymbolKey.PointerTypeSymbolKey.cs (1)
37return CreateResolution(result, $"({nameof(PointerTypeSymbolKey)} could not resolve)", out failureReason);
SymbolKey.TupleTypeSymbolKey.cs (1)
90return CreateResolution(result, $"({nameof(TupleTypeSymbolKey)} failed)", out failureReason);
SymbolKey.TypeParameterSymbolKey.cs (1)
72return CreateResolution(result, $"({nameof(TypeParameterSymbolKey)} '{metadataName}' not found)", out failureReason);