This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
4.8.1 Name matching
A name matches an entity or set of overloaded entities if the following conditions are true:
- The names are the same, ignoring casing.
- If the referencing context requires a namespace or type, the entity is a namespace or type. This means that in cases where a type name or namespace name is unambiguously needed, locals and type members do not shadow namespaces and types.