mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-15 03:20:30 +00:00
Apply some simple reviews
This commit is contained in:
@@ -112,9 +112,6 @@ namespace osu.Framework.SourceGeneration
|
||||
public static bool IsIDependencyInjectionCandidateInterface(ITypeSymbol? type)
|
||||
=> type?.Name == "IDependencyInjectionCandidate";
|
||||
|
||||
public static bool IsISourceGeneratorInputCandidateInterface(ITypeSymbol? type)
|
||||
=> type?.Name == "ISourceGeneratorInputCandidate";
|
||||
|
||||
public static string GetFullyQualifiedTypeName(INamedTypeSymbol type)
|
||||
=> type.ToDisplayString(SymbolDisplayFormat.CSharpErrorMessageFormat);
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ namespace osu.Framework.Graphics
|
||||
public partial class Drawable
|
||||
{
|
||||
/// <summary>
|
||||
/// Nested class which is used for caching <see cref="HandleNonPositionalInput"/>, <see cref="HandlePositionalInput"/> values obtained via reflection.
|
||||
/// Nested class which is used for caching <see cref="HandleNonPositionalInput"/>, <see cref="HandlePositionalInput"/> values.
|
||||
/// </summary>
|
||||
private static class HandleInputCache
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user