Resolver Properties |
The Resolver type exposes the following members.
Name | Description | |
---|---|---|
![]() | HasCompleteMatch |
True if a complete match has been found.
|
![]() | IsDocCodeRefToMethod |
Returns true if the reference being resolved is in a DocCodeRefBase and has a Method category.
|
![]() | IsGenericTypeOrConstructor |
Returns true if the reference being resolved has type arguments and is for a type or constructor, otherwise false.
|
![]() | IsMethodCategory |
True if we are looking for a method.
|
![]() | ResolveCategory |
The ResolveCategory for the resolve attempt.
|
![]() | ResolveFlags |
The ResolveFlags for the resolve attempt.
|
![]() | TypeArgumentCount |
The number of type arguments on the UnresolvedRef being resolved.
|
![]() | UnresolvedRef |
The UnresolvedRef being resolved.
|